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
facd50e3
Commit
facd50e3
authored
May 05, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jenkins should save the state of the rbenv
parent
6aa3a213
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 @
facd50e3
...
...
@@ -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 @
facd50e3
---
# 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