From 05035476b14592974b8d63ae0d1522cab26d95b0 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 28 May 2018 00:58:13 +0200 Subject: [PATCH] Update Core and plugins --- Dockerfile | 2 +- plugins.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6452865..d2a893f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jenkins/jenkins:2.107.2 +FROM jenkins/jenkins:2.107.3 MAINTAINER Oleg Nenashev LABEL Description="This demo shows how to setup Jenkins Config-as-Code with Docker, Pipeline, and Groovy Hook Scripts" Vendor="Oleg Nenashev" Version="0.2" diff --git a/plugins.txt b/plugins.txt index 67ca666..c10ca44 100644 --- a/plugins.txt +++ b/plugins.txt @@ -1,13 +1,13 @@ matrix-auth:2.2 cloudbees-folder:6.4 workflow-aggregator:2.5 -workflow-cps:2.49 -git:3.8.0 -timestamper:1.8.9 +workflow-cps:2.53 +git:3.9.0 +timestamper:1.8.10 yet-another-docker-plugin:0.1.0-rc47 -ownership:0.12.0 -job-restrictions:0.6 -role-strategy:2.7.0 +ownership:0.12.1 +job-restrictions:0.7 +role-strategy:2.8.1 mailer:1.21 authorize-project:1.3.0 security-inspector:0.4 @@ -21,4 +21,4 @@ findbugs:4.72 parallel-test-executor:1.10 email-ext:2.62 jacoco:2.2.1 -cobertura:1.12 \ No newline at end of file +cobertura:1.12.1 \ No newline at end of file