Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Feb 22, 2022
1 parent e7a4635 commit 4a6c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ath-container/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ ! -f $war ]; then
case "$war" in
"latest")
war=jenkins-latest.war
url=$mirrors/war/latest/jenkins.war
url=https://ci.jenkins.io/job/Core/job/jenkins/job/PR-6295/3/artifact/org/jenkins-ci/main/jenkins-war/2.336-rc32128.b_a_defd67dd21/jenkins-war-2.336-rc32128.b_a_defd67dd21.war
;;
"latest-rc")
war=jenkins-latest-rc.war
Expand Down

0 comments on commit 4a6c3b0

Please sign in to comment.