Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from wcm-io-devops/jenkins_maintenance_191001
Browse files Browse the repository at this point in the history
Update Jenkins to 2.190.1, update plugins version
  • Loading branch information
tobias-richter committed Oct 1, 2019
2 parents 9043b52 + a3cf967 commit 3ebadf8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The version of the jenkins when it is installed with the jenkins role dependency
jenkins_pipeline_library_jenkins_version: 2.176.3
jenkins_pipeline_library_jenkins_version: 2.190.1

# Controls if the jenkins will be installed by the jenkins role dependency
jenkins_pipeline_library_jenkins_install: false
Expand Down Expand Up @@ -50,7 +50,7 @@ jenkins_pipeline_library_plugins_present:
- name: authentication-tokens
version: "1.3"
- name: apache-httpcomponents-client-4-api
version: "4.5.5-3.0"
version: "4.5.10-1.0"
- name: bouncycastle-api
version: "2.17"
- name: branch-api
Expand Down Expand Up @@ -78,15 +78,15 @@ jenkins_pipeline_library_plugins_present:
- name: git
version: "3.12.1"
- name: git-client
version: "2.8.4"
version: "2.8.6"
- name: git-server
version: "1.8"
- name: handlebars
version: "1.1.1"
- name: http_request
version: "1.8.23"
- name: jackson2-api
version: "2.9.9.1"
version: "2.9.10"
- name: jdk-tool
version: "1.3"
- name: junit
Expand All @@ -100,7 +100,7 @@ jenkins_pipeline_library_plugins_present:
- name: managed-scripts
version: "1.4"
- name: mailer
version: "1.27"
version: "1.28"
- name: managed-scripts
version: "1.4"
- name: matrix-project
Expand Down Expand Up @@ -136,17 +136,17 @@ jenkins_pipeline_library_plugins_present:
- name: pipeline-stage-view
version: "2.12"
- name: pipeline-utility-steps
version: "2.3.0"
version: "2.3.1"
- name: plain-credentials
version: "1.5"
- name: rebuild
version: "1.31"
- name: scm-api
version: "2.6.3"
- name: script-security
version: "1.62"
version: "1.64"
- name: ssh-credentials
version: "1.17.1"
version: "1.17.3"
- name: ssh-steps
version: "2.0.0"
- name: structs
Expand All @@ -162,9 +162,9 @@ jenkins_pipeline_library_plugins_present:
- name: workflow-cps-global-lib
version: "2.15"
- name: workflow-durable-task-step
version: "2.33"
- name: workflow-job
version: "2.34"
- name: workflow-job
version: "2.35"
- name: workflow-multibranch
version: "2.21"
- name: workflow-scm-step
Expand Down

0 comments on commit 3ebadf8

Please sign in to comment.