We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db9361 commit 517ff28Copy full SHA for 517ff28
Jenkinsfile
@@ -13,7 +13,6 @@ pipeline {
13
sh "rm -rf /home/jenkins/workspace/" + JOB_NAME + "/build"
14
sh "mkdir -p /home/jenkins/workspace/" + JOB_NAME + "/build"
15
sh "chmod 777 /home/jenkins/workspace/" + JOB_NAME + "/build"
16
- sh "rm /home/jenkins/workspace/" + JOB_NAME + "/openjdk-9.0.4_linux-x64_bin.tar.gz"
17
sh "cd /home/jenkins/workspace/" + JOB_NAME + " && wget -nv -N https://download.java.net/java/GA/jdk9/9.0.4/binaries/openjdk-9.0.4_linux-x64_bin.tar.gz"
18
sh "cp /home/jenkins/workspace/" + JOB_NAME + "/openjdk-9.0.4_linux-x64_bin.tar.gz /home/jenkins/workspace/" + JOB_NAME + "/build/"
19
}
0 commit comments