Commit 77d614e9 by Stuart Young

rename jenkins github plugin variables

parent e19ac342
--- ---
{% for config in jenkins_common_github_configs %} {% for config in jenkins_common_github_configs %}
- CREDENTIAL_ID: '{{ config.GITHUB_CREDENTIAL_ID }}' - CREDENTIAL_ID: '{{ config.CREDENTIAL_ID }}'
MANAGE_HOOKS: '{{ config.GITHUB_MANAGE_HOOKS }}' MANAGE_HOOKS: '{{ config.MANAGE_HOOKS }}'
USE_CUSTOM_API_URL: '{{ config.GITHUB_USE_CUSTOM_API_URL }}' USE_CUSTOM_API_URL: '{{ config.USE_CUSTOM_API_URL }}'
API_URL: '{{ config.GITHUB_API_URL }}' API_URL: '{{ config.API_URL }}'
CACHE_SIZE: '{{ config.GITHUB_CACHE_SIZE}}' CACHE_SIZE: '{{ config.CACHE_SIZE}}'
{% endfor %} {% endfor %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment