File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,20 +33,22 @@ def bootstrap = { String node ->
3333 }
3434}
3535
36- node(windows) {
37- def gopath = pwd() + " \\ gopath"
38- env. GOPATH = gopath
39- def workdir = gopath + " \\ src\\ github.com\\ deis\\ workflow-cli"
40-
41- dir(workdir) {
42- stage ' Checkout Windows'
43- checkout scm
44- stage ' Install Windows'
45- bootstrap windows
46- stage ' Test Windows'
47- bat pscmd(' .\\ make test' )
48- }
49- }
36+ // Disabling until we have a more sustainable Windows Jenkins Agent plan
37+ // See https://github.com/deis/jenkins-jobs/issues/351
38+ // node(windows) {
39+ // def gopath = pwd() + "\\gopath"
40+ // env.GOPATH = gopath
41+ // def workdir = gopath + "\\src\\github.com\\deis\\workflow-cli"
42+ //
43+ // dir(workdir) {
44+ // stage 'Checkout Windows'
45+ // checkout scm
46+ // stage 'Install Windows'
47+ // bootstrap windows
48+ // stage 'Test Windows'
49+ // bat pscmd('.\\make test')
50+ // }
51+ // }
5052
5153stage ' Git Info'
5254node(linux) {
You can’t perform that action at this time.
0 commit comments