-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Multibranch pipelines in Jenkins #691
Conversation
return this.env.ghprbGhRepository | ||
} | ||
|
||
get ciRunURL() { | ||
return process.env.BUILD_URL | ||
return process.env.RUN_DISPLAY_URL || process.env.BUILD_URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RUN_DISPLAY_URL
is for blue ocean
Looks like I ran a newer version of yarn, added |
Strange typescript errors only on Node 9? https://travis-ci.org/danger/danger-js/jobs/440092950 |
OK, cool, yeah, I'll get this merged and shipped, and the TS error handled too - I know what's going on there. |
Thanks for the PR @azz. The Danger org conform to the Moya Community Continuity Guidelines, which means So, we've sent you an org invite - thanks azz 🎉 Generated by 🚫 dangerJS |
Fixes #379