Skip to content

Commit

Permalink
Merge pull request #481 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update jenkins to lts 2.401.3, weekly 2.416
  • Loading branch information
tianon authored Jul 26, 2023
2 parents ef76bfe + 0078bf6 commit da9c7bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jenkins/lts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -eux; \
# TODO use signed-by
RUN echo 'deb https://pkg.jenkins.io/debian-stable binary/' > /etc/apt/sources.list.d/jenkins.list

ENV JENKINS_VERSION 2.401.2
ENV JENKINS_VERSION 2.401.3

RUN set -eux; \
apt-get update; \
Expand Down
8 changes: 4 additions & 4 deletions jenkins/versions.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"lts": {
"repo": "https://pkg.jenkins.io/debian-stable",
"sha256": "73d5da188eee8e149c75461a61c69fa5f298cd6a12ed6842200ccb6bb99bab98",
"version": "2.401.2"
"sha256": "1f0abd79ac03259a6ad97f00ff47abd95182241fcb73adc8af4e87c8c5bb6a34",
"version": "2.401.3"
},
"variants": [
"weekly",
"lts"
],
"weekly": {
"repo": "https://pkg.jenkins.io/debian",
"sha256": "17e4e2017166870e4480c96eb6196653b4d3461ddc96710cb167a0efbba334c0",
"version": "2.415"
"sha256": "1036e4ccdfe89b9bbbdbc6341d51f2f811fd692f4b16b48b443e20517c8d5935",
"version": "2.416"
}
}
2 changes: 1 addition & 1 deletion jenkins/weekly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -eux; \
# TODO use signed-by
RUN echo 'deb https://pkg.jenkins.io/debian binary/' > /etc/apt/sources.list.d/jenkins.list

ENV JENKINS_VERSION 2.415
ENV JENKINS_VERSION 2.416

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit da9c7bc

Please sign in to comment.