Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #191 from jenkinsci/buildflow/JENKINS-38696
[JENKINS-46341] - Disable Windows build for now
  • Loading branch information
oleg-nenashev committed Aug 22, 2017
2 parents f5945de + d5d237e commit 408c0cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Expand Up @@ -8,7 +8,8 @@ properties([[$class: 'BuildDiscarderProperty',
/* These platforms correspond to labels in ci.jenkins.io, see:
* https://github.com/jenkins-infra/documentation/blob/master/ci.adoc
*/
List platforms = ['linux', 'windows']
//TODO: Enable Windows once JENKINS-38696 is fixed. No sense to spend CPU cycles before that
List platforms = ['linux']
Map branches = [:]

for (int i = 0; i < platforms.size(); ++i) {
Expand Down

0 comments on commit 408c0cb

Please sign in to comment.