Branch: refs/heads/hyperlinks_and_causes Home: https://github.com/jenkinsci/promoted-builds-plugin Commit: 0b3e014457cc83e3e883c7ad7bc0354b264f5e15 https://github.com/jenkinsci/promoted-builds-plugin/commit/0b3e014457cc83e3e883c7ad7bc0354b264f5e15 Author: Brian Lalor <bla...@bravo5.org> Date: 2012-09-20 (Thu, 20 Sep 2012)
Changed paths: M src/main/resources/hudson/plugins/promoted_builds/Promotion/index.jelly Log Message: ----------- Use Run#writeLogTo() to properly process ConsoleNotes Without this, HyperlinkNotes are displayed as gibberish. Instead of this: Promoting [8mha:AAAAlB+LCAAAAAAAAABb85aBtbiIQSajNKU4P08vOT+vOD8nVc+jsiC1KCczL9svvyT1dMUiOWdZ/mImBiZPBrac1Lz0kgwfBubSopwSBiGfrMSyRP2cxLx0/eCSosy8dOuKIgYpNOOcITTIMAYIYGRiYKgoADL4SxhE9LPyk/QLivJz83WL80uLklP1LfQB7ol6mpkAAAA=[0mpromo-source #8 We get this (where "promo-source #8" is a link to that build): Promoting promo-source #8 Commit: 041adae3365dfcb3b153b403c3f08e0650aa9232 https://github.com/jenkinsci/promoted-builds-plugin/commit/041adae3365dfcb3b153b403c3f08e0650aa9232 Author: Brian Lalor <bla...@bravo5.org> Date: 2012-09-20 (Thu, 20 Sep 2012) Changed paths: M src/main/java/hudson/plugins/promoted_builds/Promotion.java A src/main/java/hudson/plugins/promoted_builds/PromotionCause.java M src/main/resources/hudson/plugins/promoted_builds/Messages.properties Log Message: ----------- Provide cause to downstream builds and add hyperlinks to output Make it easier for other jobs to determine how they were started by providing an UpstreamCause. Also provide hyperlinks to builds, promotions, and projects to make it easier for the user to navigate the hierarchy. Compare: https://github.com/jenkinsci/promoted-builds-plugin/compare/0b3e014457cc^...041adae3365d