Unverified Commit 1e58dc73 by Stu Young Committed by GitHub

Merge pull request #4547 from edx/estute/TE-2539

update ghprb and dependencies
parents c48b3d5e da8f0464
......@@ -34,7 +34,7 @@ build_jenkins_plugins_list:
version: '1.3'
group: 'org.jenkins-ci.plugins'
- name: 'bouncycastle-api'
version: '2.16.0'
version: '2.16.1'
group: 'org.jenkins-ci.plugins'
- name: 'build-flow-plugin'
version: '0.20'
......@@ -88,7 +88,7 @@ build_jenkins_plugins_list:
version: '0.15.2'
group: 'org.jenkins-ci.plugins'
- name: 'ghprb'
version: '1.36.0'
version: '1.40.0'
group: 'org.jenkins-ci.plugins'
- name: 'git'
version: '3.8.0'
......@@ -148,7 +148,7 @@ build_jenkins_plugins_list:
version: '1.5'
group: 'org.jenkins-ci.plugins'
- name: 'matrix-project'
version: '1.8'
version: '1.11'
group: 'org.jenkins-ci.plugins'
- name: 'maven-plugin'
version: '3.1'
......
......@@ -114,6 +114,7 @@ JENKINS_GHPRB_SHARED_SECRET: ''
JENKINS_GHPRB_BLACK_LIST: []
JENKINS_GHPRB_WHITE_LIST: []
JENKINS_MAIN_GITHUB_OWNER_WHITELIST: []
JENKINS_GHPRB_BLACK_LIST_AUTHORS: ''
# credentials
JENKINS_SECRET_FILES_LIST: []
......
......@@ -8,6 +8,7 @@ REQUEST_TESTING_PHRASE: '{{ jenkins_common_ghprb_request_testing }}'
WHITE_LIST_PHRASE: '{{ jenkins_common_ghprb_white_list_phrase }}'
OK_PHRASE: '{{ jenkins_common_ghprb_ok_phrase }}'
RETEST_PHRASE: '{{ jenkins_common_ghprb_retest_phrase }}'
BLACKLIST_AUTHORS: '{{ JENKINS_GHPRB_BLACK_LIST_AUTHORS }}'
SKIP_PHRASE: '{{ jenkins_common_ghprb_skip_phrase }}'
CRON_SCHEDULE: '{{ jenkins_common_ghprb_cron_schedule }}'
USE_COMMENTS: {{ jenkins_common_ghprb_use_comments }}
......
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