fabric8-pipeline-library
fabric8-pipeline-library copied to clipboard
we should use a different PV location for snapshot builds (dev builds / CI / PRs) to releases (CD)
e.g. we don't want to pollute the CD release mvn repo with snapshots; we only want fixed releases.
Whereas for snapshots we may wanna use a separate location
in the mavenTemplate{} we can check to see if the job is a CI or CD pipeline utils.isCI() and use a different pod template with different PVs mounted.
awesome!