Compare commits

..

No commits in common. "2737e72ee3e2e6bc9d93ccb3854d57f523000189" and "d769e3c26363102bdd02f0c2b6f66d20259b2302" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ USER 1000
VOLUME /var/jenkins_home/jenkins
RUN cd /var/jenkins_home/ && axel -a -n 8 --max-redirect=256 http://mirrors.jenkins.io/war-stable/2.414.3/jenkins.war
RUN cd /var/jenkins_home/ && axel -a -n 8 --max-redirect=256 http://mirrors.jenkins.io/war-stable/2.414.2/jenkins.war

2
deploy
View File

@ -9,7 +9,7 @@ function assert_success() {
fi
}
version="2.414.3"
version="2.414.2"
assert_success docker build -t jenkins:$version ./
assert_success docker tag jenkins:$version insanusmokrassar/jenkins:$version