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
edx
configuration
Commits
8d4a11bf
Commit
8d4a11bf
authored
Feb 15, 2017
by
Kevin Falcone
Committed by
GitHub
Feb 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3697 from edx/jibsheet/tools-jenkins-updates
Ansible2 compatibility and jenkins plugin updates
parents
67f9069d
a844b51d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/jenkins_master/tasks/main.yml
+2
-2
playbooks/roles/tools_jenkins/defaults/main.yml
+1
-1
No files found.
playbooks/roles/jenkins_master/tasks/main.yml
View file @
8d4a11bf
...
...
@@ -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
:
...
...
playbooks/roles/tools_jenkins/defaults/main.yml
View file @
8d4a11bf
...
...
@@ -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"
}
...
...
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