Skip to content

Commit 517ff28

Browse files
committed
Remove temporary craziness
1 parent 7db9361 commit 517ff28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pipeline {
1313
sh "rm -rf /home/jenkins/workspace/" + JOB_NAME + "/build"
1414
sh "mkdir -p /home/jenkins/workspace/" + JOB_NAME + "/build"
1515
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"
1716
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"
1817
sh "cp /home/jenkins/workspace/" + JOB_NAME + "/openjdk-9.0.4_linux-x64_bin.tar.gz /home/jenkins/workspace/" + JOB_NAME + "/build/"
1918
}

0 commit comments

Comments
 (0)