Skip to content

Commit

Permalink
[JENKINS-29144] Update Jenkinsfile to stop building against 2.241
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnusbaum committed Sep 22, 2020
1 parent d728a9b commit 8c0b09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,5 +1,5 @@
buildPlugin(useAci: true, configurations: [
[ platform: "linux", jdk: "8", ],
[ platform: "windows", jdk: "8", ],
[ platform: "linux", jdk: "11", jenkins: "2.241" ] // 2.241 includes JENKINS-29144
[ platform: "linux", jdk: "11" ]
])

0 comments on commit 8c0b09b

Please sign in to comment.