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
I found a possible solution to update github commit build status from jenkins to the branch we want, bypassing the problem of us being using jenkins/* to trigger the builds and loosing build status in original branch.
I found a possible solution to update github commit build status from jenkins to the branch we want, bypassing the problem of us being using jenkins/* to trigger the builds and loosing build status in original branch.
We can use post build task for that and then call github api to update the status:
https://plugins.jenkins.io/postbuild-task/
The text was updated successfully, but these errors were encountered: