Skip to content

Commit

Permalink
fix(deps): bump jenkins/jenkins from 2.237 to 2.238 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored May 26, 2020
1 parent b37625e commit e620bb1
Show file tree
Hide file tree
Showing 5 changed files with 6 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.237
FROM jenkins/jenkins:2.238

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.237-alpine
FROM jenkins/jenkins:2.238-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.237
- jenkins 2.238
- 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
@@ -1,7 +1,7 @@
authorize-project:1.3.0
blueocean:1.23.1
cloudbees-folder:6.12
configuration-as-code:1.40
configuration-as-code:1.41
configuration-as-code-groovy:1.1
git:4.2.2
greenballs:1.15
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.237</jenkins.version>
<jenkins.version>2.238</jenkins.version>
<java.level>8</java.level>
<groovy.version>2.4.19</groovy.version>
</properties>
Expand Down Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</artifactId>
<version>1.40</version>
<version>1.41</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down

0 comments on commit e620bb1

Please sign in to comment.