Unverified Commit 13fcae0d by Michael Youngstrom Committed by GitHub

Merge pull request #4428 from edx/youngstrom/fix-jenkins-build-defaults

Add in empty list defaults for new ghprb values
parents 52841c68 79762471
...@@ -109,6 +109,9 @@ jenkins_common_ghprb_results: ...@@ -109,6 +109,9 @@ jenkins_common_ghprb_results:
JENKINS_GHPRB_ADMIN_LIST: [] JENKINS_GHPRB_ADMIN_LIST: []
JENKINS_GHPRB_CREDENTIAL_ID: '' JENKINS_GHPRB_CREDENTIAL_ID: ''
JENKINS_GHPRB_SHARED_SECRET: '' JENKINS_GHPRB_SHARED_SECRET: ''
JENKINS_GHPRB_BLACK_LIST: []
JENKINS_GHPRB_WHITE_LIST: []
JENKINS_MAIN_GITHUB_OWNER_WHITELIST: []
# credentials # credentials
JENKINS_SECRET_FILES_LIST: [] JENKINS_SECRET_FILES_LIST: []
......
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