File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,9 @@ jenkins_plugins_extra: []
7070# Timeout when installing/updating plugins (in seconds).
7171jenkins_plugins_timeout : 60
7272
73+ # How many times to retry failed plugin installs/upgrades.
74+ jenkins_plugins_retries : 3
75+
7376# If `true`, the Jenkins plugins will be updated when this role is run.
7477# (Note that missing plugins will always be installed.)
7578jenkins_plugins_update : true
Original file line number Diff line number Diff line change 1616 - " {{ jenkins_plugins_recommended }}"
1717 - " {{ jenkins_plugins_extra }}"
1818 become : true
19+ retries : " {{ jenkins_plugins_retries }}"
1920 notify :
2021 - " Restart Service 'jenkins'"
2122
3435 - " {{ jenkins_plugins_extra }}"
3536 become : true
3637 when : jenkins_plugins_update
38+ retries : " {{ jenkins_plugins_retries }}"
3739 notify :
3840 - " Restart Service 'jenkins'"
You can’t perform that action at this time.
0 commit comments