-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugins and the core to the recent versions
- Loading branch information
1 parent
eec4334
commit af1716a
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM jenkins/jenkins:2.138.2 | ||
FROM jenkins/jenkins:2.164.1 | ||
MAINTAINER Oleg Nenashev <[email protected]> | ||
LABEL Description="This demo shows how to setup Jenkins Config-as-Code with Docker, Pipeline, and Groovy Hook Scripts" Vendor="Oleg Nenashev" Version="0.2" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
matrix-auth:2.3 | ||
cloudbees-folder:6.6 | ||
cloudbees-folder:6.7 | ||
workflow-aggregator:2.6 | ||
workflow-cps:2.59 | ||
git:3.9.1 | ||
timestamper:1.8.10 | ||
yet-another-docker-plugin:0.1.0-rc48 | ||
workflow-cps:2.64 | ||
git:3.9.3 | ||
timestamper:1.9 | ||
yet-another-docker-plugin:0.1.0-rc50 | ||
ownership:0.12.1 | ||
job-restrictions:0.8 | ||
role-strategy:2.9.0 | ||
mailer:1.21 | ||
role-strategy:2.10 | ||
mailer:1.23 | ||
authorize-project:1.3.0 | ||
security-inspector:0.5 | ||
monitoring:1.74.0 | ||
locale:1.3 | ||
blueocean:1.9.0 | ||
monitoring:1.76.0 | ||
locale:1.4 | ||
blueocean:1.14.0 | ||
filesystem_scm:2.1 | ||
junit:1.26.1 | ||
checkstyle:3.50 | ||
findbugs:4.72 | ||
parallel-test-executor:1.11 | ||
email-ext:2.63 | ||
jacoco:3.0.3 | ||
junit:1.27 | ||
checkstyle:4.0.0 | ||
findbugs:5.0.0 | ||
parallel-test-executor:1.12 | ||
email-ext:2.65 | ||
jacoco:3.0.4 | ||
cobertura:1.13 | ||
configuration-as-code:1.1 | ||
configuration-as-code-support:1.1 | ||
jdk-tool:1.1 | ||
configuration-as-code:1.8 | ||
configuration-as-code-support:1.8 | ||
jdk-tool:1.2 |