Skip to content

Commit

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

Bumps jenkins/jenkins from 2.242 to 2.243.

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

* update dependencies

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 Jul 2, 2020
1 parent 2125eef commit 97eba5d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.242
FROM jenkins/jenkins:2.243

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.242-alpine
FROM jenkins/jenkins:2.243-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.242
- jenkins 2.243
- jenkins plugins
# 📝 Documentation updates

Expand Down
2 changes: 1 addition & 1 deletion master/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ role-strategy:3.0
security-inspector:0.5
timestamper:1.11.3
workflow-aggregator:2.6
workflow-cps:2.80
workflow-cps:2.81
workflow-job:2.39
workflow-cps-global-lib:2.16
yet-another-docker-plugin:0.2.0
Expand Down
8 changes: 6 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.242</jenkins.version>
<jenkins.version>2.243</jenkins.version>
<java.level>8</java.level>
<groovy.version>2.4.19</groovy.version>
</properties>
Expand Down Expand Up @@ -325,8 +325,12 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
<version>2.80</version>
<version>2.81</version>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
Expand Down

0 comments on commit 97eba5d

Please sign in to comment.