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
d836ed94
Commit
d836ed94
authored
Dec 13, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make platform branch configurable.
parent
ec4220b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
playbooks/roles/test_build_server/defaults/main.yml
+1
-0
playbooks/roles/test_build_server/tasks/main.yml
+1
-1
No files found.
playbooks/roles/test_build_server/defaults/main.yml
View file @
d836ed94
...
@@ -16,3 +16,4 @@
...
@@ -16,3 +16,4 @@
#
#
test_build_server_user
:
jenkins
test_build_server_user
:
jenkins
test_build_server_repo_path
:
/home/jenkins
test_build_server_repo_path
:
/home/jenkins
test_edx_platform_version
:
master
playbooks/roles/test_build_server/tasks/main.yml
View file @
d836ed94
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
git
:
>
git
:
>
repo=https://github.com/edx/edx-platform.git
repo=https://github.com/edx/edx-platform.git
dest={{ test_build_server_repo_path }}/edx-platform-clone
dest={{ test_build_server_repo_path }}/edx-platform-clone
version=
master
version=
{{ test_edx_platform_version }}
sudo_user
:
"
{{
test_build_server_user
}}"
sudo_user
:
"
{{
test_build_server_user
}}"
-
name
:
Copy test-development-environment.sh to somewhere the jenkins user can access it
-
name
:
Copy test-development-environment.sh to somewhere the jenkins user can access it
...
...
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