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
OpenEdx
configuration
Commits
49a6c930
Commit
49a6c930
authored
Oct 10, 2017
by
Stu Young
Committed by
GitHub
Oct 10, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4139 from edx/estute/fix-jenkins-github-variables
rename jenkins github plugin variables
parents
e19ac342
77d614e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
playbooks/roles/jenkins_common/templates/config/github_config.yml.j2
+5
-5
No files found.
playbooks/roles/jenkins_common/templates/config/github_config.yml.j2
View file @
49a6c930
---
{% for config in jenkins_common_github_configs %}
- CREDENTIAL_ID: '{{ config.
GITHUB_
CREDENTIAL_ID }}'
MANAGE_HOOKS: '{{ config.
GITHUB_
MANAGE_HOOKS }}'
USE_CUSTOM_API_URL: '{{ config.
GITHUB_
USE_CUSTOM_API_URL }}'
API_URL: '{{ config.
GITHUB_
API_URL }}'
CACHE_SIZE: '{{ config.
GITHUB_
CACHE_SIZE}}'
- CREDENTIAL_ID: '{{ config.CREDENTIAL_ID }}'
MANAGE_HOOKS: '{{ config.MANAGE_HOOKS }}'
USE_CUSTOM_API_URL: '{{ config.USE_CUSTOM_API_URL }}'
API_URL: '{{ config.API_URL }}'
CACHE_SIZE: '{{ config.CACHE_SIZE}}'
{% endfor %}
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