Branch: refs/heads/master Home: https://github.com/jenkinsci/ghprb-plugin Commit: 26c8e9aa9623690da4686b4c9235cd0b244b23aa https://github.com/jenkinsci/ghprb-plugin/commit/26c8e9aa9623690da4686b4c9235cd0b244b23aa Author: Ryan Walls <git...@ryanwalls.com> Date: 2017-07-06 (Thu, 06 Jul 2017)
Changed paths: M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html Log Message: ----------- Give more examples for setting up webhook Commit: fdd90732ed3dba8d37049ca3c445095896a80fad https://github.com/jenkinsci/ghprb-plugin/commit/fdd90732ed3dba8d37049ca3c445095896a80fad Author: Ryan Walls <git...@ryanwalls.com> Date: 2017-11-20 (Mon, 20 Nov 2017) Changed paths: M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html Log Message: ----------- Add more explicit directions about jenkins server url Commit: e2aaaf3fbb7ea91f990539fedf288422a5580609 https://github.com/jenkinsci/ghprb-plugin/commit/e2aaaf3fbb7ea91f990539fedf288422a5580609 Author: Ryan Walls <git...@ryanwalls.com> Date: 2017-11-20 (Mon, 20 Nov 2017) Changed paths: M AUTHORS.md M CHANGELOG.md A Jenkinsfile M README.md M pom.xml M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java M src/main/java/org/jenkinsci/plugins/ghprb/jobdsl/GhprbTriggerContext.java M src/main/java/org/jenkinsci/plugins/ghprb/manager/configuration/JobConfiguration.java M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbGitHubAuth/config.groovy M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/config.jelly M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-allowMergeWithoutTriggerPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-disallowOwnCode.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-mergeComment.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbPullRequestMerge/help-onlyAdminsMerge.html R src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp R src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/global.jelly.tmp M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-allowMembersOfWhitelistedOrgsAsAdmin.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListCommitAuthor.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-blackListTargetBranches.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-buildDescTemplate.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-excludedRegions.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-includedRegions.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-okToTestPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-onlyTriggerPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-permitAll.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-publishedURL.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-requestForTestingPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-retestPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-skipBuildPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-triggerPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-unstableAs.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useComments.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whiteListTargetBranches.html M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-whitelistPhrase.html M src/main/resources/org/jenkinsci/plugins/ghprb/extensions/comments/GhprbCommentFile/help-commentFilePath.html M src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help-commitStatusContext.html M src/main/resources/org/jenkinsci/plugins/ghprb/upstream/GhprbUpstreamStatus/help.html M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRootActionTest.java Log Message: ----------- Merge branch 'master' into documentation-improvement Commit: 7821ae9cba1d26d45eac1e5ebc14e10ef674f60e https://github.com/jenkinsci/ghprb-plugin/commit/7821ae9cba1d26d45eac1e5ebc14e10ef674f60e Author: Ryan Walls <git...@ryanwalls.com> Date: 2017-11-20 (Mon, 20 Nov 2017) Log Message: ----------- Merge branch 'master' into documentation-improvement Commit: e6a338e435b8946e43dabc6df4649cb250330b46 https://github.com/jenkinsci/ghprb-plugin/commit/e6a338e435b8946e43dabc6df4649cb250330b46 Author: Björn Häuser <bjoernhaeu...@gmail.com> Date: 2017-11-22 (Wed, 22 Nov 2017) Changed paths: M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html Log Message: ----------- Merge pull request #544 from ryanwalls/documentation-improvement Give more examples for setting up webhook Compare: https://github.com/jenkinsci/ghprb-plugin/compare/19d55401cf06...e6a338e435b8 -- 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.