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

Commit

Permalink
raise versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal den Bekker committed Sep 10, 2019
1 parent 162dd0c commit cf28a46
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.2
jenkins_pipeline_library_jenkins_version: 2.176.3

# Controls if the jenkins will be installed by the jenkins role dependency
jenkins_pipeline_library_jenkins_install: false
Expand Down Expand Up @@ -62,7 +62,7 @@ jenkins_pipeline_library_plugins_present:
- name: config-file-provider
version: "3.6.2"
- name: credentials
version: "2.2.1"
version: "2.3.0"
- name: credentials-binding
version: "1.20"
- name: display-url-api
Expand All @@ -76,9 +76,9 @@ jenkins_pipeline_library_plugins_present:
- name: extended-choice-parameter
version: "0.78"
- name: git
version: "3.11.0"
version: "3.12.1"
- name: git-client
version: "2.8.0"
version: "2.8.4"
- name: git-server
version: "1.8"
- name: handlebars
Expand All @@ -92,15 +92,15 @@ jenkins_pipeline_library_plugins_present:
- name: junit
version: "1.28"
- name: jquery
version: "1.12.4-0"
version: "1.12.4-1"
- name: jquery-detached
version: "1.2.1"
- name: jsch
version: "0.1.55.1"
- name: managed-scripts
version: "1.4"
- name: mailer
version: "1.24"
version: "1.27"
- name: managed-scripts
version: "1.4"
- name: matrix-project
Expand All @@ -116,7 +116,7 @@ jenkins_pipeline_library_plugins_present:
- name: pipeline-graph-analysis
version: "1.10"
- name: pipeline-input-step
version: "2.10"
version: "2.11"
- name: pipeline-milestone-step
version: "1.3.1"
- name: pipeline-model-declarative-agent
Expand Down Expand Up @@ -154,17 +154,17 @@ jenkins_pipeline_library_plugins_present:
- name: token-macro
version: "2.8"
- name: workflow-api
version: "2.36"
version: "2.37"
- name: workflow-basic-steps
version: "2.18"
- name: workflow-cps
version: "2.73"
version: "2.74"
- name: workflow-cps-global-lib
version: "2.15"
- name: workflow-durable-task-step
version: "2.33"
- name: workflow-job
version: "2.33"
version: "2.34"
- name: workflow-multibranch
version: "2.21"
- name: workflow-scm-step
Expand Down

0 comments on commit cf28a46

Please sign in to comment.