Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Nov 22, 2021
1 parent ce5182b commit 0fa6c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/ath-container/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ if [ ! -f $war ]; then
case "$war" in
"latest")
war=jenkins-latest.war
url=$mirrors/war/latest/jenkins.war
# TODO https://github.com/jenkinsci/jenkins/pull/5778
url=https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/main/jenkins-war/2.322-rc31726.7382be71ec9c/jenkins-war-2.322-rc31726.7382be71ec9c.war
;;
"latest-rc")
war=jenkins-latest-rc.war
Expand Down

0 comments on commit 0fa6c60

Please sign in to comment.