there is a repo where we collect scripts like this: https://github.com/jenkinsci/jenkins-scripts /Domi
On 08.08.2012, at 02:06, Andrew Melo <andrew.m...@gmail.com> wrote: > I actually wrote a python script that pings Jenkins and github. Is there a > contrib directory that'd be useful for? > > ---- > Andrew Melo > Sent from my secret fortress. > > On Aug 7, 2012, at 18:58, Christopher Orr <ch...@orr.me.uk> wrote: > >> On 06/05/2012 05:56 PM, Andrew Melo wrote: >>> Is there a way to have jenkins open a github ticket if a commit fails? >>> Or would I need to have a custom post-build step for that? >> >> You'd have to write your own script to do that, but you could trigger it >> with the "Post build task" plugin: >> https://wiki.jenkins-ci.org/display/JENKINS/Post+build+task >> >> Regards, >> Chris