Skip to content

Commit

Permalink
fix(deps): bump jenkins/jenkins from 2.241 to 2.242 (#26)
Browse files Browse the repository at this point in the history
* fix(deps): bump jenkins/jenkins from 2.241 to 2.242

Bumps jenkins/jenkins from 2.241 to 2.242.

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

* update

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 28, 2020
1 parent eb87748 commit 2125eef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 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.241
FROM jenkins/jenkins:2.242

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.241-alpine
FROM jenkins/jenkins:2.242-alpine

ARG DEV_HOST=localhost
ARG CREATE_ADMIN=true
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🚀 New features and improvements

# 📦 Dependency Updates
- jenkins 2.238
- jenkins 2.242
- jenkins plugins
# 📝 Documentation updates

Expand Down
5 changes: 3 additions & 2 deletions master/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ blueocean:1.23.1
cloudbees-folder:6.14
configuration-as-code:1.41
configuration-as-code-groovy:1.1
git:4.2.2
git:4.3.0
github-api:1.114.3
greenballs:1.15
jdk-tool:1.4
job-dsl:1.77
Expand All @@ -13,7 +14,7 @@ mailer:1.32
matrix-auth:2.6.1
maven-plugin:3.6
ownership:0.13.0
pipeline-utility-steps:2.6.0
pipeline-utility-steps:2.6.1
role-strategy:3.0
security-inspector:0.5
timestamper:1.11.3
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</scm>

<properties>
<jenkins.version>2.241</jenkins.version>
<jenkins.version>2.242</jenkins.version>
<java.level>8</java.level>
<groovy.version>2.4.19</groovy.version>
</properties>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>4.2.2</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -164,6 +164,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-api</artifactId>
<version>1.114.3</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jdk-tool</artifactId>
Expand Down Expand Up @@ -260,7 +265,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-utility-steps</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down

0 comments on commit 2125eef

Please sign in to comment.