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 #21 from wcm-io-devops/feature/update_jenkins_2.204.4
Browse files Browse the repository at this point in the history
Raise plugin- and/or role versions
  • Loading branch information
bellackn committed Mar 6, 2020
2 parents 476a918 + 5871288 commit 6feab77
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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.204.2
jenkins_pipeline_library_jenkins_version: 2.204.4

# Controls if the jenkins will be installed by the jenkins role dependency
jenkins_pipeline_library_jenkins_install: false
Expand Down Expand Up @@ -62,27 +62,27 @@ jenkins_pipeline_library_plugins_present:
- name: config-file-provider
version: "3.6.3"
- name: configuration-as-code
version: "1.35"
version: "1.36"
- name: credentials
version: "2.3.1"
version: "2.3.3"
- name: credentials-binding
version: "1.20"
version: "1.21"
- name: display-url-api
version: "2.3.2"
- name: docker-workflow
version: "1.21"
version: "1.22"
- name: docker-commons
version: "1.16"
- name: durable-task
version: "1.33"
- name: extended-choice-parameter
version: "0.78"
- name: email-ext
version: "2.68"
version: "2.69"
- name: git
version: "4.1.1"
version: "4.2.0"
- name: git-client
version: "3.1.1"
version: "3.2.0"
- name: git-server
version: "1.9"
- name: handlebars
Expand Down Expand Up @@ -152,7 +152,7 @@ jenkins_pipeline_library_plugins_present:
- name: scm-api
version: "2.6.3"
- name: script-security
version: "1.69"
version: "1.70"
- name: ssh-credentials
version: "1.18.1"
- name: ssh-steps
Expand All @@ -162,15 +162,15 @@ jenkins_pipeline_library_plugins_present:
- name: structs
version: "1.20"
- name: token-macro
version: "2.10"
version: "2.12"
- name: trilead-api
version: "1.0.5"
- name: workflow-api
version: "2.39"
version: "2.40"
- name: workflow-basic-steps
version: "2.19"
- name: workflow-cps
version: "2.78"
version: "2.80"
- name: workflow-cps-global-lib
version: "2.15"
- name: workflow-durable-task-step
Expand Down

0 comments on commit 6feab77

Please sign in to comment.