Branch: refs/heads/master
Home: https://github.com/jenkinsci/cvs-plugin
Commit: e4e3d119fa539b71f3e361b421d2ae64718c4d5a
https://github.com/jenkinsci/cvs-plugin/commit/e4e3d119fa539b71f3e361b421d2ae64718c4d5a
Author: Mathieu Bernatet <[email protected]>
Date: 2012-04-23 (Mon, 23 Apr 2012)
Changed paths:
M pom.xml
Log Message:
-----------
fix [JENKINS-13439] Tagging a build fails due to exception, the
bug was caused by an api incompability, cvs-plugin will now require Core
1.422
Commit: 5bbe4b385d3f2231532921dd797e2b717f4ec547
https://github.com/jenkinsci/cvs-plugin/commit/5bbe4b385d3f2231532921dd797e2b717f4ec547
Author: Mathieu Bernatet <[email protected]>
Date: 2012-04-24 (Tue, 24 Apr 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Revert "fix [JENKINS-13439] Tagging a build fails due to exception, the"
This reverts commit e4e3d119fa539b71f3e361b421d2ae64718c4d5a.
Commit: 1a8d25a32daf1ec84f601c0ebefc42b6ade77524
https://github.com/jenkinsci/cvs-plugin/commit/1a8d25a32daf1ec84f601c0ebefc42b6ade77524
Author: Mathieu Bernatet <[email protected]>
Date: 2012-04-24 (Tue, 24 Apr 2012)
Changed paths:
M src/main/java/hudson/scm/cvstagging/CvsTagActionWorker.java
Log Message:
-----------
fix [JENKINS-13439] Tagging a build fails due to exception,
the bug was caused by an api incompability,
the method ListenerAndText.forMemory(Lhudson/model/TaskThread;) is no
longer available in jenkins-core since at least jenkins 1.422.
Use the deprecated ListenerAndText.forMemory() instead as this still
exists and doesn't change the required core version
Commit: d9ef3e6bc9bb321972922eac382460d939706225
https://github.com/jenkinsci/cvs-plugin/commit/d9ef3e6bc9bb321972922eac382460d939706225
Author: mc1arke <[email protected]>
Date: 2012-04-28 (Sat, 28 Apr 2012)
Changed paths:
M src/main/java/hudson/scm/cvstagging/CvsTagActionWorker.java
Log Message:
-----------
Merge pull request #10 from metcox/master
[Fix JENKINS-13439] Tagging a build fails due to exception
Compare: https://github.com/jenkinsci/cvs-plugin/compare/2659fae...d9ef3e6