diff options
author | S.Nishio <nishio@densan-labs.net> | 2014-10-16 20:48:15 +0900 |
---|---|---|
committer | S.Nishio <nishio@densan-labs.net> | 2014-10-16 20:48:15 +0900 |
commit | 8b140238d574cc9b62fc712387a6b2d0dfe85ad1 (patch) | |
tree | dd946d1f4d19daf07cbf50aeeddb516f769173ba /src/main/resources | |
parent | b6fd5813d742eb4bfbbfb07415707d7ed776da24 (diff) | |
parent | 223cb860b0f950333d798a733919fb97be4d8f86 (diff) | |
download | bbprb-8b140238d574cc9b62fc712387a6b2d0dfe85ad1.tar.gz |
Merge pull request #21 from jwismar/feature/destination-check
added an option to check the destination branch's last commit, and rebuild
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly | 3 | ||||
-rw-r--r-- | src/main/resources/index.jelly | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly b/src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly index da12a64..ae93dcf 100644 --- a/src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly +++ b/src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly @@ -17,4 +17,7 @@ <f:entry title="CI Skip Phrases" field="ciSkipPhrases"> <f:textbox /> </f:entry> + <f:entry title="Rebuild if destination branch changes?" field="checkDestinationCommit"> + <f:checkbox /> + </f:entry> </j:jelly>
\ No newline at end of file diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly index 538998f..0404451 100644 --- a/src/main/resources/index.jelly +++ b/src/main/resources/index.jelly @@ -2,5 +2,5 @@ This view is used to render the installed plugins page. --> <div> - This plugin is a sample to explain how to write a Jenkins plugin. + This plugin polls BitBucket to determine whether there are Pull Requests that should be built. </div> |