diff --git a/Dockerfile b/Dockerfile index 6a0a099..b07753e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/jenkins:2.238 +FROM jenkins/jenkins:2.239 ARG DEV_HOST=localhost ARG CREATE_ADMIN=true diff --git a/Dockerfile-alpine.dockerfile b/Dockerfile-alpine.dockerfile index af25de7..4fdec70 100644 --- a/Dockerfile-alpine.dockerfile +++ b/Dockerfile-alpine.dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/jenkins:2.238-alpine +FROM jenkins/jenkins:2.239-alpine ARG DEV_HOST=localhost ARG CREATE_ADMIN=true diff --git a/master/plugins.txt b/master/plugins.txt index ab64e77..82dff39 100644 --- a/master/plugins.txt +++ b/master/plugins.txt @@ -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 diff --git a/pom.xml b/pom.xml index 00ce976..7424976 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ - 2.238 + 2.239 8 2.4.19 @@ -260,7 +260,7 @@ org.jenkins-ci.plugins pipeline-utility-steps - 2.5.0 + 2.6.0 org.jenkins-ci.plugins.workflow