Skip to content

Commit

Permalink
Merge pull request #2 from DovnarAlexander/develop
Browse files Browse the repository at this point in the history
Jenkins home attribute added to Jenkins Plugin installation task
  • Loading branch information
DovnarAlexander committed Mar 3, 2018
2 parents 0f19e4d + 75d7d69 commit 5cbf6d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
playbook_test/
playbook_test/
meta/.*
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
until: ('Remember me on this computer' in jenkins_load.content and jenkins_load|succeeded)
retries: 50
delay: 10
no_log: True
no_log: True
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
- name: Install all required Jenkins plugins.
jenkins_plugin:
name: '{{ item }}'
jenkins_home: '{{ jenkins_home }}'
url_password: '{{ jenkins_remote_secret }}'
params: '{{ jenkins_plugin_params }}'
timeout: 100
Expand Down

0 comments on commit 5cbf6d4

Please sign in to comment.