Uh oh!
There was an error while loading. Please reload this page.
jenkins: start CI run on new pull requests - #173
Conversation
This will start a CI build on all new pull requests in nodejs/node, that are opened by project collaborators
Behavior does not work due to how Jenkins handles redirects. URL will be available via GitHub statuses, so shouldn't be a big deal.
FYI I just installed a plugin that can do the triggering (and also parse comments). Still need the bot to communicate back. P.S. Adding notification hook, or polling the repo does not require elevated authorization. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
refack
commented
Jun 1, 2018
I got our Jankins to do similar stuff |
devsnek
commented
Jun 1, 2018
is there a way we can disable this? sometimes people open WIP prs where running a ci would just be a waste |
maclover7
commented
Jun 1, 2018
@refack Interesting! Personally, I prefer having the code live inside of a repo somewhere, so we avoid the black box of Jenkins plugins |
maclover7
commented
Jun 1, 2018
@devsnek I don't believe so -- this purposely only runs |
refack
commented
Jun 1, 2018
The Jenkins plugin has a label "blacklist" so PR with the |
PR-URL: #1307 Reviewed-By: Phillip Johnsen <johphi@gmail.com> Refs: nodejs/github-bot#173 Refs: https://github.com/nodejs-private/secrets/pull/19
Trott
commented
Jun 6, 2018
If we could get this to post a |
Trott
commented
Jun 6, 2018
Oh, I see that was attempted but ran into tech diff... |
This will start a CI build on all new pull requests in nodejs/node, that
are opened by project collaborators
cc @joyeecheung