Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 33e0df78b040d856b8d093f039e22686a7a95ee6
https://github.com/jenkinsci/jenkins/commit/33e0df78b040d856b8d093f039e22686a7a95ee6
Author: lvotypko <[email protected]>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/AbstractBuild.java
M core/src/main/java/hudson/model/Run.java
M core/src/main/java/hudson/model/TransientBuildActionFactory.java
M core/src/main/resources/hudson/model/AbstractBuild/sidepanel.jelly
Log Message:
-----------
Extension point for adding actions into build page
Commit: 08f2804625522c84dbc54a6208c5686a06858646
https://github.com/jenkinsci/jenkins/commit/08f2804625522c84dbc54a6208c5686a06858646
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/Run.java
M core/src/main/resources/hudson/model/AbstractBuild/sidepanel.jelly
Log Message:
-----------
As was discussed in pull request #421, not caching it.
Commit: 0f08dc0cb5dd2a87f877a4ad4e07b1d5685c2de4
https://github.com/jenkinsci/jenkins/commit/0f08dc0cb5dd2a87f877a4ad4e07b1d5685c2de4
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-14 (Sat, 14 Apr 2012)
Changed paths:
M core/src/main/java/hudson/model/TransientBuildActionFactory.java
Log Message:
-----------
Retaining backward compatibility since this already went into a release.
Compare: https://github.com/jenkinsci/jenkins/compare/7609248...0f08dc0