Last active
July 8, 2016 10:17
-
-
Save hughsaunders/7f7212a431fc9c0fe03b04882dd45ed0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- job-template: | |
+ name: "JJB-Jenkins-RPC-PR-{type}" | |
+ display-name: "JJB-Jenkins-RPC-PR-{type}" | |
+ project-type: freestyle | |
+ description: 'Managed by JJB: Test changes to jenkins-rpc' | |
+ defaults: global | |
+ disabled: false | |
+ concurrent: true | |
+ node: master | |
+ logrotate: | |
+ daysToKeep: 30 | |
+ properties: | |
+ - jenkins-rpc-github | |
+ scm: | |
+ - jenkins-rpc-git | |
+ triggers: | |
+ - github-pull-request: | |
+ org-list: | |
+ - rcbops | |
+ github-hooks: true | |
+ trigger-phrase: '.*recheck_all.*|.*recheck_{type}.*' | |
+ white-list-target-branches: | |
+ - master | |
+ status-context: "{type}" | |
+ builders: | |
+ - trigger-builds: | |
+ - project: "RPC-AIO" | |
+ block: true | |
+ current-parameters: False | |
+ predefined-parameters: | | |
+ JENKINS_RPC_BRANCH=${{sha1}} | |
+ UPGRADE={upgrade} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<triggerPhrase>.*recheck_all.*|.*recheck_aio.*</triggerPhrase> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment