fabric8-pipeline-library icon indicating copy to clipboard operation
fabric8-pipeline-library copied to clipboard

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

Open jstrachan opened this issue 7 years ago • 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

jstrachan avatar Mar 07 '17 11:03 jstrachan

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.

rawlingsj avatar Mar 07 '17 11:03 rawlingsj

awesome!

jstrachan avatar Mar 07 '17 12:03 jstrachan