Change-Id: I2ac52d56c5ede921d39e6a12ae06d888916be14b
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
- lf_maven_docker_verify: &lf_maven_docker_verify
name: lf-maven-docker-verify
+ # image push not allowed during verification
+ mvn-goals: clean install
+
builders:
- lf-infra-pre-build
- lf-jacoco-nojava-workaround
--- /dev/null
+---
+fixes:
+ - |
+ Use maven goal install (not deploy) in the maven + docker verify job.
+ An image cannot be pushed by a verification job, and the deploy target
+ directs the plugin to push.