You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really bizarre. I saw this issue was resolved in 2.4. I am now running 2.5 but still seeing this issue under one circumstance.
I added some pipeline code that works great, it kicks off a PR-head and PR-merge build when someone adds a comment to a PR that says 'jenkins rebuild':
I wanted to add another comment trigger so people could also trigger with 'jenkins try harder'. But jenkins try harder seems to only ever kick off the PR-merge build, never the PR-head. Can you think of any reason this might be?? I tried all the following pipeline code with the same results every time (jenkins rebuild still works great, jenkins try harder does not):
This is really bizarre. I saw this issue was resolved in 2.4. I am now running 2.5 but still seeing this issue under one circumstance.
I added some pipeline code that works great, it kicks off a PR-head and PR-merge build when someone adds a comment to a PR that says 'jenkins rebuild':
I wanted to add another comment trigger so people could also trigger with 'jenkins try harder'. But
jenkins try harder
seems to only ever kick off the PR-merge build, never the PR-head. Can you think of any reason this might be?? I tried all the following pipeline code with the same results every time (jenkins rebuild still works great, jenkins try harder does not):The text was updated successfully, but these errors were encountered: