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
0b9071a6
Commit
0b9071a6
authored
Aug 26, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Be able to place a read-only ssh credential for the jenkins instance.
Also add two more useful plugins.
parent
4118a4b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
playbooks/roles/jenkins/tasks/jenkins.yml
+10
-0
playbooks/roles/jenkins/vars/main.yml
+5
-2
No files found.
playbooks/roles/jenkins/tasks/jenkins.yml
View file @
0b9071a6
...
...
@@ -53,3 +53,13 @@
#- maven-plugin.hpi
notify
:
-
restart Jenkins
-
name
:
jenkins | install ssh key for private git repos
copy
:
>
src="{{jenkins_git_identity_path}}"
dest="{{jenkins_user_home}}/.ssh/id_rsa"
force=yes
owner="{{jenkins_user}}"
group="{{jenkins_user}}"
mode=600
when
:
c_install_ssh_key is defined
playbooks/roles/jenkins/vars/main.yml
View file @
0b9071a6
...
...
@@ -6,6 +6,8 @@ jenkins_phantomjs_folder: phantomjs-1.9.1-linux-x86_64
jenkins_user
:
"
jenkins"
jenkins_user_home
:
/home/jenkins
jenkins_ruby_version
:
"
1.9.3-p448"
jenkins_git_identity_path
:
"
{{secure_dir}}/files/git-identity"
jenkins_debian_pkgs
:
-
ruby-bundler
-
rubygems
...
...
@@ -62,4 +64,6 @@ jenkins_plugins:
-
tmpcleaner.hpi
-
token-macro.hpi
-
translation.hpi
-
violations.hpi
\ No newline at end of file
-
violations.hpi
-
multiple-scms.hpi
-
timestamper.hpi
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