Branch: refs/heads/master
Home: https://github.com/jenkinsci/stash-pullrequest-builder-plugin
Commit: 5c6f95c87a9822d24592eb5a091ad41a2a598d8a
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/5c6f95c87a9822d24592eb5a091ad41a2a598d8a
Author: Nicholas Brown <[email protected]>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M README.md
Log Message:
-----------
Minor improvements to README.md
Commit: 72fdf57303ebfacfe5e6a196a698801e2157646a
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/72fdf57303ebfacfe5e6a196a698801e2157646a
Author: Nicholas Brown <[email protected]>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M README.md
Log Message:
-----------
More robust readme instructions
Change to make use of the Stash Pull Request branches, instead of the
projectCode/repositoryName, as these are always available in the
destinationRepository (which is same repo being watch by the trigger).
Using the projectCode/repositoryName (which really should be called
sourceRepositoryOwner/sourceRepositoryName for consistency) may fail if
the user does not access permissions to that project (which is often the
default for private forks in Stash).
http://blogs.atlassian.com/2014/08/how-to-fetch-pull-requests/ has
details of these branches.
It also greatly simplifies building merged PR if wanted, as Stash
already provides this as a branch.
Commit: 88ec7c0583055faa074318aac94bf8aa52e41f39
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/88ec7c0583055faa074318aac94bf8aa52e41f39
Author: Nicholas Brown <[email protected]>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M README.md
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashCause.java
Log Message:
-----------
Consistent variable naming
projectCode -> sourceRepositoryOwner
repositoryName -> sourceRepositoryName
to be consistent with the destination variables, and importantly to also
differentiate from the trigger configuration parameter 'projectCode'.
Commit: dc4971a1c55039967f2a31eceb25dfec70901275
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/dc4971a1c55039967f2a31eceb25dfec70901275
Author: Nicholas Brown <[email protected]>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M README.md
M
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/config.jelly
Log Message:
-----------
minor improvements to config.jelly
Commit: b04918873f6592f7ec2034dca705cb30b36a263c
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/b04918873f6592f7ec2034dca705cb30b36a263c
Author: Nicholas Brown <[email protected]>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M README.md
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
M
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/config.jelly
Log Message:
-----------
Use Credentials for Stash username/password
Commit: ac8b99ae59cad18a68e184d9c650cb4d192388b1
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/ac8b99ae59cad18a68e184d9c650cb4d192388b1
Author: Nathan <[email protected]>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M README.md
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashCause.java
M
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/config.jelly
Log Message:
-----------
Merge pull request #61 from nickbroon/stash_credentials
Use Credentials to store Stash login username and password
Commit: 848d6f2784499ca676be065e50d452be592d01d9
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/848d6f2784499ca676be065e50d452be592d01d9
Author: Nathan <[email protected]>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release stash-pullrequest-builder-1.4.2
Commit: 05608fb13dd6e6087e8705abe1e282bdf2dd6c5f
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/05608fb13dd6e6087e8705abe1e282bdf2dd6c5f
Author: Nathan <[email protected]>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 380a996fae9c5900cada99dcd7d9bc5d9b7d131f
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/380a996fae9c5900cada99dcd7d9bc5d9b7d131f
Author: Nathan <[email protected]>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M pom.xml
M
src/test/java/stashpullrequestbuilder/stashpullrequestbuilder/stash/StashPullRequestResponseValueRepositoryTest.java
Log Message:
-----------
Merge pull request #35 from benkiefer/master
upgrade dependencies to latest version and get build back to green
Commit: 411adcfbd2622500f78b283a489d7d2aff06e798
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/411adcfbd2622500f78b283a489d7d2aff06e798
Author: Nathan <[email protected]>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M README.md
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger.java
M
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashCause.java
M
src/main/resources/stashpullrequestbuilder/stashpullrequestbuilder/StashBuildTrigger/config.jelly
Log Message:
-----------
Merge branch 'master' into master-jen
Compare:
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/compare/d5b3d41743d0...411adcfbd262
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.