Commit c9800010 by Michael Youngstrom

Support ghprb bug fixes

parent 0e2691c5
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
build_jenkins_configuration_scripts: build_jenkins_configuration_scripts:
- 1addJarsToClasspath.groovy - 1addJarsToClasspath.groovy
- 2checkInstalledPlugins.groovy - 2checkInstalledPlugins.groovy
- 3importCredentials.groovy
- 3mainConfiguration.groovy - 3mainConfiguration.groovy
- 3shutdownCLI.groovy - 3shutdownCLI.groovy
- 4configureEc2Plugin.groovy - 4configureEc2Plugin.groovy
...@@ -26,4 +27,3 @@ ...@@ -26,4 +27,3 @@
- 4configureJobConfigHistory.groovy - 4configureJobConfigHistory.groovy
- 4configureMailerPlugin.groovy - 4configureMailerPlugin.groovy
- 5createLoggers.groovy - 5createLoggers.groovy
- 6importCredentials.groovy
...@@ -2,6 +2,7 @@ build_jenkins_version: jenkins_1.651.3 ...@@ -2,6 +2,7 @@ build_jenkins_version: jenkins_1.651.3
build_jenkins_configuration_scripts: build_jenkins_configuration_scripts:
- 1addJarsToClasspath.groovy - 1addJarsToClasspath.groovy
- 2checkInstalledPlugins.groovy - 2checkInstalledPlugins.groovy
- 3importCredentials.groovy
- 3mainConfiguration.groovy - 3mainConfiguration.groovy
- 3shutdownCLI.groovy - 3shutdownCLI.groovy
- 4configureEc2Plugin.groovy - 4configureEc2Plugin.groovy
...@@ -13,7 +14,6 @@ build_jenkins_configuration_scripts: ...@@ -13,7 +14,6 @@ build_jenkins_configuration_scripts:
- 4configureMailerPlugin.groovy - 4configureMailerPlugin.groovy
- 5addSeedJob.groovy - 5addSeedJob.groovy
- 5createLoggers.groovy - 5createLoggers.groovy
- 6importCredentials.groovy
# plugins # plugins
build_jenkins_plugins_list: build_jenkins_plugins_list:
......
...@@ -98,15 +98,6 @@ jenkins_common_ghprb_results: ...@@ -98,15 +98,6 @@ jenkins_common_ghprb_results:
- STATUS: 'SUCCESS' - STATUS: 'SUCCESS'
MESSAGE: 'Test PASSed.' MESSAGE: 'Test PASSed.'
JENKINS_GHPRB_ADMIN_LIST: [] JENKINS_GHPRB_ADMIN_LIST: []
# For versions >= 1.34.0
JENKINS_GHPRB_BLACK_LIST: []
JENKINS_GHPRB_WHITE_LIST: []
# For versions < 1.23
JENKINS_GHPRB_TOKEN: ''
# For versions >= 1.23
JENKINS_GHPRB_CREDENTIAL_ID: '' JENKINS_GHPRB_CREDENTIAL_ID: ''
JENKINS_GHPRB_SHARED_SECRET: '' JENKINS_GHPRB_SHARED_SECRET: ''
......
...@@ -25,21 +25,5 @@ RESULT_MESSAGES: ...@@ -25,21 +25,5 @@ RESULT_MESSAGES:
- STATUS: '{{ message.STATUS }}' - STATUS: '{{ message.STATUS }}'
MESSAGE: '{{ message.MESSAGE }}' MESSAGE: '{{ message.MESSAGE }}'
{% endfor %} {% endfor %}
# The following fields will only be used by certain versions.
# >= 1.34.0
BLACK_LIST_LABELS:
{% for blacklist in JENKINS_GHPRB_BLACK_LIST %}
- '{{ blacklist }}'
{% endfor %}
WHITE_LIST_LABELS:
{% for whitelist in JENKINS_GHPRB_WHITE_LIST %}
- '{{ whitelist }}'
{% endfor %}
# < 1.23
ACCESS_TOKEN: '{{ JENKINS_GHPRB_TOKEN }}'
# >= 1.23
CREDENTIALS_ID: '{{ JENKINS_GHPRB_CREDENTIAL_ID }}' CREDENTIALS_ID: '{{ JENKINS_GHPRB_CREDENTIAL_ID }}'
SHARED_SECRET: '{{ JENKINS_GHPRB_SHARED_SECRET }}' SHARED_SECRET: '{{ JENKINS_GHPRB_SHARED_SECRET }}'
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