Branch: refs/heads/master Home: https://github.com/jenkinsci/parameterized-trigger-plugin Commit: 7e56d09d73c6c59f147f218966746c8a172ec6fa https://github.com/jenkinsci/parameterized-trigger-plugin/commit/7e56d09d73c6c59f147f218966746c8a172ec6fa Author: Jon Sten <j...@axis.com> Date: 2019-09-02 (Mon, 02 Sep 2019)
Changed paths: M src/main/resources/hudson/plugins/parameterizedtrigger/BuildInfoExporterAction/summary.groovy Log Message: ----------- Removed debug print causing printout in Jenkins log The innocent looking print() call actually ends up in the Jenkins log and not in the outputted HTML sent via the browser. To output content to the webbrowser text() should be used, and is used a few lines later. Commit: a2a223566a75cd3156f24c0f56453f6d6e7564ec https://github.com/jenkinsci/parameterized-trigger-plugin/commit/a2a223566a75cd3156f24c0f56453f6d6e7564ec Author: Kristin Whetstone <kwhetst...@cloudbees.com> Date: 2019-09-19 (Thu, 19 Sep 2019) Changed paths: M src/main/resources/hudson/plugins/parameterizedtrigger/BuildInfoExporterAction/summary.groovy Log Message: ----------- Merge pull request #127 from jonsten/removeDebugPrint Removed debug print causing printout in jenkins log Compare: https://github.com/jenkinsci/parameterized-trigger-plugin/compare/ba7878cf85cd...a2a223566a75 -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameterized-trigger-plugin/push/refs/heads/master/ba7878-a2a223%40github.com.