Skip to content

Commit eeb1ceb

Browse files
eolivellianmolnar
authored andcommitted
ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names
Author: Enrico Olivelli <[email protected]> Reviewers: [email protected] Closes apache#1510 from eolivelli/fix/ZOOKEEPER-3980 and squashes the following commits: 15beb57 [Enrico Olivelli] fix java 5d8418f [Enrico Olivelli] ZOOKEEPER-3980 Fix Jenkinsfiles with new tool names
1 parent 4432f5b commit eeb1ceb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ pipeline {
3939
axes {
4040
axis {
4141
name 'JAVA_VERSION'
42-
values 'JDK 1.8 (latest)', 'JDK 11 (latest)'
42+
values 'jdk_1.8_latest', 'jdk_11_latest'
4343
}
4444
}
4545

4646
tools {
47-
maven "Maven (latest)"
47+
maven "maven_latest"
4848
jdk "${JAVA_VERSION}"
4949
}
5050

Jenkinsfile-PreCommit

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ pipeline {
2929
}
3030

3131
tools {
32-
maven "Maven (latest)"
33-
jdk "JDK 1.8 (latest)"
32+
maven "maven_latest"
33+
jdk "jdk_1.8_latest"
3434
}
3535

3636
stages {

Jenkinsfile-owasp

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pipeline {
2828
}
2929

3030
tools {
31-
maven "Maven (latest)"
32-
jdk "JDK 1.8 (latest)"
31+
maven "maven_latest"
32+
jdk "jdk_1.8_latest"
3333
}
3434

3535
stages {

0 commit comments

Comments
 (0)