I have a system where deploys are triggered by commits to GitHub. Jenkins is polling the SCM (GitHub) every minute and, when there's a new commit, a build/deploy is triggered. Pretty standard.
Now let's say in the comment associated with the commit there's a URL. If that URL points to a GitHub issue (https://github.com/[path]/issues/[number]), I want Jenkins to go into the issue and add a comment at the end, saying "deployed at YYYYMMDDHHmm" or something like that. Is there a more direct way to do this from Jenkins without too much external scripting? Or how would you do this? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/515e9c6b-cb4b-486d-9a9f-d5a5577caa10%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
