Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
f1c95436
Commit
f1c95436
authored
Feb 14, 2017
by
Michael Roytman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add restart Jenkins task to bottom and remove any notify blocks after removing handler
parent
524e4754
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
playbooks/roles/jenkins_master/tasks/main.yml
+8
-12
No files found.
playbooks/roles/jenkins_master/tasks/main.yml
View file @
f1c95436
...
...
@@ -78,8 +78,6 @@
dest
:
/etc/default/jenkins
regexp
:
'
^JAVA_ARGS='
line
:
'
JAVA_ARGS="{{
jenkins_jvm_args
}}"'
notify
:
-
restart Jenkins
tags
:
-
java
-
jenkins
...
...
@@ -92,8 +90,6 @@
dest
:
/etc/default/jenkins
regexp
:
'
^JENKINS_HOME='
line
:
'
JENKINS_HOME="{{
jenkins_home
}}"'
notify
:
-
restart Jenkins
tags
:
-
java
-
jenkins
...
...
@@ -129,8 +125,6 @@
state
:
link
owner
:
"
{{
jenkins_user
}}"
group
:
"
{{
jenkins_group
}}"
notify
:
-
restart Jenkins
tags
:
-
install
-
install:base
...
...
@@ -182,8 +176,6 @@
mode
:
"
0644"
with_items
:
"
{{
jenkins_plugin_downloads.results
}}"
when
:
item.changed
notify
:
-
restart Jenkins
tags
:
-
install
-
install:base
...
...
@@ -219,8 +211,6 @@
{{ jenkins_home }}/plugins/{{ item.item.package }}
with_items
:
"
{{
jenkins_custom_plugins_checkout.results
}}"
when
:
item.changed
notify
:
-
restart Jenkins
tags
:
-
install
-
install:base
...
...
@@ -263,8 +253,6 @@
src
:
"
/etc/nginx/sites-available/jenkins"
dest
:
"
/etc/nginx/sites-enabled/jenkins"
state
:
link
notify
:
-
start nginx
tags
:
-
install
-
install:vhosts
...
...
@@ -275,3 +263,11 @@
-
datadog
-
install
-
install:base
-
name
:
restart Jenkinks
service
:
name
:
jenkins
state
:
restarted
tags
:
-
manage
-
manage:start
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment