I was able to get the branch to enable the trigger by adding the following 
to my Jenkinsfile:

properties([
    pipelineTriggers([
      [$class: "GitHubPushTrigger"]
    ])
  ])

I then manually executed a Branch Index on the parent job and the resulting 
PR builds had the trigger on push setting enabled.

On Thursday, August 11, 2016 at 9:01:19 AM UTC-5, Michal Medvecky wrote:
>
> I see that the related issue was resolved, but I still don't know how to 
> add "Build when a change is pushed to GitHub" support to my Jenkinsfile.
>
> Can anyone help me please?
>
> Michal
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/650396ba-fe21-4bd4-87f3-98391fd009b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to