summaryrefslogtreecommitdiff
path: root/Jenkinsfile-owasp
diff options
context:
space:
mode:
authorEnrico Olivelli <eolivelli@apache.org>2020-10-20 16:21:30 +0200
committerAndor Molnar <andor@apache.org>2020-10-20 16:21:30 +0200
commiteeb1ceb6f82b67b8b46d5ff9481908f7ec943f19 (patch)
tree097243d0dc1bb01a95c50af01c655ce3972616a8 /Jenkinsfile-owasp
parent4432f5b44359f56007f1ea5be5de2a9829c97e5c (diff)
downloadzookeeper-eeb1ceb6f82b67b8b46d5ff9481908f7ec943f19.tar.gz
ZOOKEEPER-3980: Fix Jenkinsfiles with new tool names
Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: andor@apache.org Closes #1510 from eolivelli/fix/ZOOKEEPER-3980 and squashes the following commits: 15beb5713 [Enrico Olivelli] fix java 5d8418f5c [Enrico Olivelli] ZOOKEEPER-3980 Fix Jenkinsfiles with new tool names
Diffstat (limited to 'Jenkinsfile-owasp')
-rw-r--r--Jenkinsfile-owasp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile-owasp b/Jenkinsfile-owasp
index 76416357c..03ba497ac 100644
--- a/Jenkinsfile-owasp
+++ b/Jenkinsfile-owasp
@@ -28,8 +28,8 @@ pipeline {
}
tools {
- maven "Maven (latest)"
- jdk "JDK 1.8 (latest)"
+ maven "maven_latest"
+ jdk "jdk_1.8_latest"
}
stages {