Skip to content

Commit

Permalink
fix(deps): bump jenkins/jenkins from 2.238 to 2.239 (#23)
Browse files Browse the repository at this point in the history
* fix(deps): bump jenkins/jenkins from 2.238 to 2.239

Bumps jenkins/jenkins from 2.238 to 2.239.

Signed-off-by: dependabot-preview[bot] <[email protected]>

* update versions

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Wolver Minion <[email protected]>
  • Loading branch information
dependabot-preview[bot] and WolverMinion authored Jun 4, 2020
1 parent e620bb1 commit f5ffcf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.238
FROM jenkins/jenkins:2.239

ARG DEV_HOST=localhost
ARG CREATE_ADMIN=true
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/jenkins:2.238-alpine
FROM jenkins/jenkins:2.239-alpine

ARG DEV_HOST=localhost
ARG CREATE_ADMIN=true
Expand Down
2 changes: 1 addition & 1 deletion master/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mailer:1.32
matrix-auth:2.6.1
maven-plugin:3.6
ownership:0.12.1
pipeline-utility-steps:2.5.0
pipeline-utility-steps:2.6.0
role-strategy:2.16
security-inspector:0.5
timestamper:1.11.3
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</scm>

<properties>
<jenkins.version>2.238</jenkins.version>
<jenkins.version>2.239</jenkins.version>
<java.level>8</java.level>
<groovy.version>2.4.19</groovy.version>
</properties>
Expand Down Expand Up @@ -260,7 +260,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-utility-steps</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down

0 comments on commit f5ffcf7

Please sign in to comment.