-
Type:
Task
-
Resolution: Done
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: None
-
None
In the CamBPM Jenkins Shared Library, we provide 2 PR label checking methods:
- cambpmWithLabels
- cambpmWithLabelsList
AC:
- Merge the two methods in a single file with the name cambpmWithLabels, but with different signatures.
- Refactor the Pipelines where the cambpmWithLabelsList is used to cambpmWithLabels
Note:
In Groovy, there can be two call methods (with different signatures) in a single file.