-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
-
None
-
None
When implementing the CamBPM Jenkins Shared Library, we should refactor the
(already created) helper methods.
TODO:
- Evaluate and refactor the runMaven method
- The method currently accepts "directory" and "command" String arguments, that are often dynamically generated. We should consider providing the context information (DB, PROFILE) directly into the runMaven method (to improve readability).
- Make method names more consistent, e.g.:
- getMavenTargetAndProfile
- getMavenProfileDir
- skipStageType
- ...