-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
M
Description of the problem:
The Optimize Jenkinsfile contains additional logic for when the build is executed against master. Similar logic, e.g. publishing a SNAPSHOT version to Nexus, needs to be applied for maintenance branches.
Desired outcome and acceptance tests:
- pushing a commit to a maintenance/<version> branch pushes a SNAPSHOT-<version> release to Nexus.
- pushing a commit to a maintenance/<version> also publishes a docker image
Hints (optional):
- double-check any steps that are currently done for master if they make sense for maintenance/ as well.