Branch: refs/heads/master Home: https://github.com/jenkinsci/ghprb-plugin Commit: 4b36304e753db00e5e63b0b3be3c60c74c3cbe7a https://github.com/jenkinsci/ghprb-plugin/commit/4b36304e753db00e5e63b0b3be3c60c74c3cbe7a Author: codemercenary <jsanc...@leapmotion.com> Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java Log Message: ----------- Set the the value of GIT_BRANCH when kicking off builds Commit: 7b68dfcb974258137ddba041afdcfdae1740b396 https://github.com/jenkinsci/ghprb-plugin/commit/7b68dfcb974258137ddba041afdcfdae1740b396 Author: pawel-baster <p...@boligportal.dk> Date: 2014-07-28 (Mon, 28 Jul 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBranch.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html Log Message: ----------- Support regular expressions in matching branch names with the whitelist Commit: e29dbae81b2e1fdf796c4e9b8a4fbfb93df7d421 https://github.com/jenkinsci/ghprb-plugin/commit/e29dbae81b2e1fdf796c4e9b8a4fbfb93df7d421 Author: Josh Caldwell <jec...@gmail.com> Date: 2014-07-31 (Thu, 31 Jul 2014) Changed paths: M pom.xml A src/main/java/org/jenkinsci/plugins/ghprb/GhprbTokenMacro.java Log Message: ----------- Added a TokenMacro provider to generate tokens so they can be used within Build Names and other place Commit: 52802dd06824448a425272a47e37c8280a064ae9 https://github.com/jenkinsci/ghprb-plugin/commit/52802dd06824448a425272a47e37c8280a064ae9 Author: Michael Vorburger <m...@vorburger.ch> Date: 2014-09-08 (Mon, 08 Sep 2014) Changed paths: M README.md Log Message: ----------- updated README.md with minor clarification re. Branch Specifier Commit: b401d6ded78941c7c5ddb6eb6bf827639111ee8f https://github.com/jenkinsci/ghprb-plugin/commit/b401d6ded78941c7c5ddb6eb6bf827639111ee8f Author: David Tanner <darthtan...@gmail.com> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M README.md Log Message: ----------- Merge pull request #189 from vorburger/patch-1 updated README.md with minor clarification re. Branch Specifier Commit: 052f5d67fc7bf090deaf7435fa3eba198d5f2e37 https://github.com/jenkinsci/ghprb-plugin/commit/052f5d67fc7bf090deaf7435fa3eba198d5f2e37 Author: David Tanner <darthtan...@gmail.com> Date: 2014-09-15 (Mon, 15 Sep 2014) Changed paths: M README.md M pom.xml M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuildListener.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbCause.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbGitHub.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java A src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRepository.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/global.jelly A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyTriggerPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.jelly A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-allowMembersOfWhitelistedOrgsAsAdmin.html A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-commentFilePath.html A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-skipBuildPhrase.html M src/test/java/org/jenkinsci/plugins/ghprb/GhprbIT.java A src/test/java/org/jenkinsci/plugins/ghprb/GhprbPullRequestMergeTest.java M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java A src/test/java/org/jenkinsci/plugins/ghprb/GhprbTriggerTest.java Log Message: ----------- Merge pull request #190 from jenkinsci/master Merge fork into master Commit: d9ba31c34ff9b8c5dfeba9bff72b16eb28a0d8c5 https://github.com/jenkinsci/ghprb-plugin/commit/d9ba31c34ff9b8c5dfeba9bff72b16eb28a0d8c5 Author: David Tanner <darthtan...@gmail.com> Date: 2014-09-15 (Mon, 15 Sep 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBranch.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html Log Message: ----------- Merge pull request #174 from pawel-baster/master Support regular expressions in matching branch names with the whitelist Commit: e8f7c7266e7c890927a94ba40cba650868eb52e9 https://github.com/jenkinsci/ghprb-plugin/commit/e8f7c7266e7c890927a94ba40cba650868eb52e9 Author: David Tanner <david.tan...@vivintsolar.com> Date: 2014-09-15 (Mon, 15 Sep 2014) Changed paths: M pom.xml A src/main/java/org/jenkinsci/plugins/ghprb/GhprbTokenMacro.java Log Message: ----------- Merging PR #175 Commit: 96fb13945801adaae955170a928f2a2341c8ea5d https://github.com/jenkinsci/ghprb-plugin/commit/96fb13945801adaae955170a928f2a2341c8ea5d Author: David Tanner <david.tan...@vivintsolar.com> Date: 2014-09-15 (Mon, 15 Sep 2014) Changed paths: M pom.xml A src/main/java/org/jenkinsci/plugins/ghprb/GhprbTokenMacro.java Log Message: ----------- git push origin master Merge branch 'jec006-master' Commit: a6d794f974fb66be7e2945be4dd62065ddcb585a https://github.com/jenkinsci/ghprb-plugin/commit/a6d794f974fb66be7e2945be4dd62065ddcb585a Author: David Tanner <darthtan...@gmail.com> Date: 2014-09-15 (Mon, 15 Sep 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java Log Message: ----------- Merge pull request #170 from codemercenary/master Set the the value of GIT_BRANCH when kicking off builds Commit: 95753ae78e71baefe831ffd767588b6a67943845 https://github.com/jenkinsci/ghprb-plugin/commit/95753ae78e71baefe831ffd767588b6a67943845 Author: David Tanner <darthtan...@gmail.com> Date: 2014-09-15 (Mon, 15 Sep 2014) Changed paths: M README.md M pom.xml M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBranch.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java A src/main/java/org/jenkinsci/plugins/ghprb/GhprbTokenMacro.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html Log Message: ----------- Merge pull request #52 from janinko/master Merge Janinko into jenkins-ci Compare: https://github.com/jenkinsci/ghprb-plugin/compare/3f34cba13c13...95753ae78e71 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.