Add support for environment variables in check name (#318)#517
Add support for environment variables in check name (#318)#517michbu1 wants to merge 1 commit intojenkinsci:masterfrom
Conversation
|
@michbu1 have you tested this in an actual Jenkins instance or just via integration tests? - I note that you've left the testing done section of the template empty, this must be completed. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #517 +/- ##
============================================
- Coverage 71.80% 71.63% -0.17%
- Complexity 162 165 +3
============================================
Files 16 16
Lines 532 543 +11
Branches 51 53 +2
============================================
+ Hits 382 389 +7
- Misses 124 126 +2
- Partials 26 28 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Can this be implemented in checks-api-plugin instead? So that the expansion of environment variables does not depend on whether GitHub is used. In the |
We have tested this code on Jenkins 2.452.4, and plugin version 589.v845136f916cd. |
Hmm, thank you. I will look at checks-api-plugin. |
Fixes #318
Testing done
Submitter checklist