fabric8io/fabric8-pipeline-library

we should use a different PV location for snapshot builds (dev builds / CI / PRs) to releases (CD)

Opened this issue · 2 comments

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!