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
63d2d3c9
Commit
63d2d3c9
authored
Nov 03, 2017
by
Michael Youngstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get forked github-api plugin from S3
parent
6203dfaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
playbooks/roles/jenkins_common/tasks/main.yml
+24
-0
No files found.
playbooks/roles/jenkins_common/tasks/main.yml
View file @
63d2d3c9
...
...
@@ -279,6 +279,30 @@
-
install:jenkins-configuration
-
jenkins:local-dev
-
name
:
Delete any github-api related files
shell
:
'
rm
-r
{{
jenkins_common_home
}}/plugins/github-api*'
become
:
true
become_user
:
'
{{
jenkins_common_user
}}'
tags
:
-
install
-
install:base
-
install:plugins
-
install:jenkins-configuration
-
jenkins:local-dev
-
name
:
Get forked github api version from S3
get_url
:
url
:
https://s3.amazonaws.com/edx-testeng-tools/github-api/github-api.hpi
dest
:
'
{{
jenkins_common_home
}}/plugins/github-api.hpi'
become
:
true
become_user
:
'
{{
jenkins_common_user
}}'
tags
:
-
install
-
install:base
-
install:plugins
-
install:jenkins-configuration
-
jenkins:local-dev
-
name
:
Copy secret file credentials
copy
:
content
:
"
{{
item.content
}}"
...
...
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