Skip to content

Commit

Permalink
Giving up on ACI Windows; oddly, the maven-windows image cannot find …
Browse files Browse the repository at this point in the history
…mvn?!
  • Loading branch information
jglick committed Sep 18, 2020
1 parent 05d8b17 commit 1e1ef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def buildNumber = BUILD_NUMBER as int; if (buildNumber > 1) milestone(buildNumbe
/* These platforms correspond to labels in ci.jenkins.io, see:
* https://github.com/jenkins-infra/documentation/blob/master/ci.adoc
*/
List platforms = ['linux', 'maven-windows']
List platforms = ['linux', 'windows']
Map branches = [failFast: true]

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

0 comments on commit 1e1ef18

Please sign in to comment.