Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 600e59e56f9b298cd8352b93d2adf457a7d4d9d1
https://github.com/jenkinsci/git-plugin/commit/600e59e56f9b298cd8352b93d2adf457a7d4d9d1
Author: cjo9900 <[email protected]>
Date: 2012-10-23 (Tue, 23 Oct 2012)
Changed paths:
A src/test/java/hudson/plugins/git/RevisionParameterActionTest.java
Log Message:
-----------
Create testcase for starting builds with RevisionParameterAction
Covering existing behaviour where later builds with different revisions are
ignored.
Commit: 0d21dcc3cbfce9e14b117560e11703a267cc0f1f
https://github.com/jenkinsci/git-plugin/commit/0d21dcc3cbfce9e14b117560e11703a267cc0f1f
Author: cjo9900 <[email protected]>
Date: 2012-10-23 (Tue, 23 Oct 2012)
Changed paths:
M src/main/java/hudson/plugins/git/RevisionParameterAction.java
M src/test/java/hudson/plugins/git/RevisionParameterActionTest.java
Log Message:
-----------
[FIXED JENKINS-15160] Earliest git hash passed by parameter trigger.
Correction is to create a seperate build for each git hash rather than
allowing them to be combined into a single build.
Commit: e442a7904904256ff9aa79e885c085cacd514ede
https://github.com/jenkinsci/git-plugin/commit/e442a7904904256ff9aa79e885c085cacd514ede
Author: cjo9900 <[email protected]>
Date: 2012-10-26 (Fri, 26 Oct 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitRevisionBuildParameters.java
M src/main/java/hudson/plugins/git/RevisionParameterAction.java
A
src/main/resources/hudson/plugins/git/GitRevisionBuildParameters/config.jelly
A
src/main/resources/hudson/plugins/git/GitRevisionBuildParameters/help-combineQueuedCommits.html
M src/test/java/hudson/plugins/git/RevisionParameterActionTest.java
Log Message:
-----------
[JENKINS-15160] add support for combining git hashs when passed downstream
Don't combine with manually started builds
Commit: 17132ba7e8b2323cdb5b09ee363afbe9c3042b65
https://github.com/jenkinsci/git-plugin/commit/17132ba7e8b2323cdb5b09ee363afbe9c3042b65
Author: Nicolas De loof <[email protected]>
Date: 2012-10-27 (Sat, 27 Oct 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitRevisionBuildParameters.java
M src/main/java/hudson/plugins/git/RevisionParameterAction.java
A
src/main/resources/hudson/plugins/git/GitRevisionBuildParameters/config.jelly
A
src/main/resources/hudson/plugins/git/GitRevisionBuildParameters/help-combineQueuedCommits.html
A src/test/java/hudson/plugins/git/RevisionParameterActionTest.java
Log Message:
-----------
Merge pull request #107 from cjo9900/JENKINS-15160
Jenkins 15160
Compare:
https://github.com/jenkinsci/git-plugin/compare/513d89b4a8a9...17132ba7e8b2