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
8f9adf9f
Commit
8f9adf9f
authored
Mar 09, 2017
by
Kevin Falcone
Committed by
GitHub
Mar 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3746 from edx/jibsheet/jenkins-plugins
Add an ec2 related plugin
parents
23466e32
5b0b0831
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
playbooks/roles/jenkins_master/tasks/main.yml
+9
-0
playbooks/roles/tools_jenkins/defaults/main.yml
+3
-0
No files found.
playbooks/roles/jenkins_master/tasks/main.yml
View file @
8f9adf9f
...
...
@@ -146,6 +146,7 @@
tags
:
-
install
-
install:base
-
install:plugins
# We first download the plugins to a temp directory and include
# the version in the file name. That way, if we increment
...
...
@@ -159,6 +160,7 @@
tags
:
-
install
-
install:base
-
install:plugins
-
name
:
Install Jenkins plugins
command
:
"
cp
{{
item.dest
}}
{{
jenkins_home
}}/plugins/{{
item.item.name
}}.hpi"
...
...
@@ -167,6 +169,7 @@
tags
:
-
install
-
install:base
-
install:plugins
-
name
:
Set Jenkins plugin permissions
file
:
...
...
@@ -179,6 +182,7 @@
tags
:
-
install
-
install:base
-
install:plugins
# We had to fork some plugins to workaround
# certain issues. If these changes get merged
...
...
@@ -195,6 +199,7 @@
tags
:
-
install
-
install:base
-
install:plugins
-
name
:
Compile custom plugins
command
:
"
mvn
-Dmaven.test.skip=true
install"
...
...
@@ -205,6 +210,7 @@
tags
:
-
install
-
install:base
-
install:plugins
-
name
:
Install custom plugins
command
:
mv /tmp/{{ item.item.repo_name }}/target/{{ item.item.package }}
...
...
@@ -214,6 +220,7 @@
tags
:
-
install
-
install:base
-
install:plugins
-
name
:
Set custom plugin permissions
file
:
...
...
@@ -226,6 +233,7 @@
tags
:
-
install
-
install:base
-
install:plugins
# Plugins that are bundled with Jenkins are "pinned".
# Jenkins will overwrite updated plugins with its built-in version
...
...
@@ -239,6 +247,7 @@
tags
:
-
install
-
install:base
-
install:plugins
-
name
:
Setup nginix vhost
template
:
...
...
playbooks/roles/tools_jenkins/defaults/main.yml
View file @
8f9adf9f
...
...
@@ -46,7 +46,10 @@ jenkins_tools_plugins:
-
{
name
:
"
github-oauth"
,
version
:
"
0.24"
}
-
{
name
:
"
gradle"
,
version
:
"
1.25"
}
-
{
name
:
"
credentials-binding"
,
version
:
"
1.9"
}
# ec2 + dependencies, used by the android build workers + any additional workers we build
-
{
name
:
"
ec2"
,
version
:
"
1.36"
}
-
{
name
:
"
node-iterator-api"
,
version
:
"
1.5"
}
-
{
name
:
"
aws-java-sdk"
,
version
:
"
1.11.37"
}
-
{
name
:
"
jackson2-api"
,
version
:
"
2.5.4"
}
-
{
name
:
"
aws-credentials"
,
version
:
"
1.11"
}
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