Skip to content

Commit

Permalink
[JENKINS-46341] - Disable Windows build for now
Browse files Browse the repository at this point in the history
It just does not make sense while [JENKINS-38696](https://issues.jenkins-ci.org/browse/JENKINS-38696) is not fixed
  • Loading branch information
oleg-nenashev committed Aug 22, 2017
1 parent f5945de commit d5d237e
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 d5d237e

Please sign in to comment.