Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
core/src/main/java/hudson/model/AbstractBuild.java
core/src/main/java/hudson/model/Job.java
core/src/main/java/jenkins/model/PeepholePermalink.java
core/src/test/java/hudson/model/StubJob.java
test/src/test/groovy/jenkins/model/PeepholePermalinkTest.groovy
http://jenkins-ci.org/commit/jenkins/f7c9e810605e89b4f8d841cfc2df2342037982f1
Log:
JENKINS-16089 Revising 88feabb4296d6483bdb5c85fed489e5014161ca5

Based on comments from Jesse, revising the fix.

I'm now putting permlinks inside the builds/ directory to avoid the computing hassle involved in the split $JENKINS_HOME.

What we historically had in $JENKINS_HOME/jobs/JOB/lastSuccessfulBuild is also now subsumed by this feature. I initially attempted to create these permalinks in the buidl root directory, but turns out those symlinks aren't the same name as the ID of permalinks, so it doesn't mesh well.

And finally, a test!

Compare: https://github.com/jenkinsci/jenkins/compare/88feabb4296d...f7c9e810605e


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/groups/opt_out.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to