Commit 8d4a11bf by Kevin Falcone Committed by GitHub

Merge pull request #3697 from edx/jibsheet/tools-jenkins-updates

Ansible2 compatibility and jenkins plugin updates
parents 67f9069d a844b51d
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
backup: yes backup: yes
dest: /etc/default/jenkins dest: /etc/default/jenkins
regexp: '^JAVA_ARGS=' regexp: '^JAVA_ARGS='
line: 'JAVA_ARGS=\"{{ jenkins_jvm_args }}\"' line: 'JAVA_ARGS="{{ jenkins_jvm_args }}"'
notify: notify:
- restart Jenkins - restart Jenkins
tags: tags:
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
backup: yes backup: yes
dest: /etc/default/jenkins dest: /etc/default/jenkins
regexp: '^JENKINS_HOME=' regexp: '^JENKINS_HOME='
line: 'JENKINS_HOME=\"{{ jenkins_home }}\"' line: 'JENKINS_HOME="{{ jenkins_home }}"'
notify: notify:
- restart Jenkins - restart Jenkins
tags: tags:
......
...@@ -37,7 +37,7 @@ jenkins_tools_plugins: ...@@ -37,7 +37,7 @@ jenkins_tools_plugins:
- { name: "workflow-scm-step", version: "1.14.2" } - { name: "workflow-scm-step", version: "1.14.2" }
- { name: "workflow-step-api", version: "1.14.2" } - { name: "workflow-step-api", version: "1.14.2" }
- { name: "ghprb", version: "1.35.0" } - { name: "ghprb", version: "1.35.0" }
- { name: "github-api", version: "1.77" } - { name: "github-api", version: "1.82" }
- { name: "git-client", version: "1.21.0"} - { name: "git-client", version: "1.21.0"}
- { name: "git", version: "2.5.3"} - { name: "git", version: "2.5.3"}
- { name: "github", version: "1.21.1" } - { name: "github", version: "1.21.1" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment