-
Notifications
You must be signed in to change notification settings - Fork 39
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
get credential using findCredentialById, passing context #324
get credential using findCredentialById, passing context #324
Conversation
Codecov Report
@@ Coverage Diff @@
## master #324 +/- ##
============================================
- Coverage 80.79% 80.56% -0.24%
- Complexity 170 171 +1
============================================
Files 16 16
Lines 526 535 +9
Branches 49 51 +2
============================================
+ Hits 425 431 +6
- Misses 79 81 +2
- Partials 22 23 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
seems to be an error
|
The error above has been fixed |
hmmm strange, the error still appears occasionally ... |
I’m not capable to fix all the issues , closing 🥹 |
@LeoQuote can you at least file something in https://github.com/jenkinsci/github-checks-plugin/issues/new/choose describing what bug or RFE you consider this to be solving, in case someone else wants to try? |
like jenkinsci/github-branch-source-plugin#527 , this pr use
findCredentialById
to get credential, and the build context is also passed, make it possible to use the plugin without organization name.