Lock Jenkins to an older version for now.
authorsalimfadhley <sal@stodge.org>
Tue, 18 Jun 2013 22:59:19 +0000 (23:59 +0100)
committerSalim Fadhley <sal@stodge.org>
Sun, 23 Jun 2013 20:21:52 +0000 (21:21 +0100)
jenkinsapi_tests/systests/get-jenkins-war.sh

index 45d2b5f..c9df618 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/sh
 
 JENKINS_WAR_URL="http://mirrors.jenkins-ci.org/war/latest/jenkins.war"
-
-if [ ! -e 'jenkins.war' ]; then
-    wget $JENKINS_WAR_URL
-fi
+JENKINS_WAR_URL="http://mirrors.jenkins-ci.org/war/1.518/jenkins.war"
+wget $JENKINS_WAR_URL