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
9c79af2b
Commit
9c79af2b
authored
Jul 31, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1356 from edx/feanil/admin_jq
Add jq to admin jenkins.
parents
9b0b71f7
6f937102
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
playbooks/roles/jenkins_admin/defaults/main.yml
+5
-0
playbooks/roles/jenkins_admin/tasks/main.yml
+4
-0
No files found.
playbooks/roles/jenkins_admin/defaults/main.yml
View file @
9c79af2b
...
...
@@ -31,6 +31,9 @@ jenkins_admin_role_name: jenkins_admin
# OS packages
#
jenkins_admin_debian_repos
:
-
"
deb
http://cosmos.cites.illinois.edu/pub/ubuntu/
precise-backports
main
universe"
jenkins_admin_debian_pkgs
:
# These are copied from the edxapp
# role so that we can create virtualenvs
...
...
@@ -73,6 +76,8 @@ jenkins_admin_debian_pkgs:
-
ruby1.9.1
# for check-migrations
-
mysql-client
# for aws cli scripting
-
jq
jenkins_admin_gem_pkgs
:
# for generating status.edx.org
...
...
playbooks/roles/jenkins_admin/tasks/main.yml
View file @
9c79af2b
...
...
@@ -33,6 +33,10 @@
-
fail
:
msg="JENKINS_ADMIN_S3_PROFILE.secret_key is not defined."
when
:
JENKINS_ADMIN_S3_PROFILE.secret_key is not defined
-
name
:
add admin specific apt repositories
apt_repository
:
repo="{{ item }}" state=present update_cache=yes
with_items
:
jenkins_admin_debian_repos
# We first download the plugins to a temp directory and include
# the version in the file name. That way, if we increment
# the version, the plugin will be updated in Jenkins
...
...
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