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
539a20e6
Commit
539a20e6
authored
May 08, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1065 from edx/db/jenkins-save-rbenv
Jenkins should save the state of the rbenv
parents
05746634
facd50e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
playbooks/roles/jenkins_worker/tasks/main.yml
+1
-0
playbooks/roles/jenkins_worker/tasks/ruby.yml
+12
-0
No files found.
playbooks/roles/jenkins_worker/tasks/main.yml
View file @
539a20e6
...
...
@@ -10,4 +10,5 @@
-
include
:
system.yml
-
include
:
python.yml
-
include
:
ruby.yml
-
include
:
jscover.yml
playbooks/roles/jenkins_worker/tasks/ruby.yml
0 → 100644
View file @
539a20e6
---
# Archive the current state of the rbenv
# as a starting point for new builds.
# The edx-rbenv directory is deleted and then recreated
# cleanly from the archive by the jenkins build scripts.
-
name
:
Create a clean rbenv archive
command
:
>
tar -cpzf edx-rbenv_clean.tar.gz {{ jenkins_rbenv_root }}
chdir={{ jenkins_home }}
creates={{ jenkins_home }}/edx-rbenv_clean.tar.gz
sudo_user
:
"
{{
jenkins_user
}}"
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