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 @@
backup: yes
dest: /etc/default/jenkins
regexp: '^JAVA_ARGS='
line: 'JAVA_ARGS=\"{{ jenkins_jvm_args }}\"'
line: 'JAVA_ARGS="{{ jenkins_jvm_args }}"'
notify:
- restart Jenkins
tags:
......@@ -67,7 +67,7 @@
backup: yes
dest: /etc/default/jenkins
regexp: '^JENKINS_HOME='
line: 'JENKINS_HOME=\"{{ jenkins_home }}\"'
line: 'JENKINS_HOME="{{ jenkins_home }}"'
notify:
- restart Jenkins
tags:
......
......@@ -37,7 +37,7 @@ jenkins_tools_plugins:
- { name: "workflow-scm-step", version: "1.14.2" }
- { name: "workflow-step-api", version: "1.14.2" }
- { 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", version: "2.5.3"}
- { 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