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
Commenting "@osrf-jenkins run tests" on a pull request will retrigger all available Jenkins jobs for that branch. But often, we only really need to trigger one of them, but end up triggering all for convenience.
It would be nice to support something like "@osrf-jenkins run linux tests"
The text was updated successfully, but these errors were encountered:
the GitHub pull request builder plugin provides the full test of any comments that trigger a build in the ghprbCommentBody parameter; see the following for example:
So it should be straightforward to parse commands from the comment text. I'm not sure how to change which jobs are triggered, since that logic is defined at job creation in the following file:
I learned this week that if I click Retry instead of Rebuild on a Jenkins build, the GitHub checks get updated automatically. So for now this is a good temporary solution for me.
Commenting "@osrf-jenkins run tests" on a pull request will retrigger all available Jenkins jobs for that branch. But often, we only really need to trigger one of them, but end up triggering all for convenience.
It would be nice to support something like "@osrf-jenkins run linux tests"
The text was updated successfully, but these errors were encountered: