From 321be0e539caa0c152f18d472a03a5d36d70417a Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Fri, 21 Jun 2024 13:10:19 +0100 Subject: [PATCH] SMO-TEIV skip docker image build and push with maven stage Docker image build and push skipped during maven stage. Issue-ID: SMO-147 Change-Id: I058b4c8b28bd800a97acf0c0f533472ee51dbe6f Signed-off-by: aravind.est --- jjb/smo-teiv/smo-teiv.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/smo-teiv/smo-teiv.yaml b/jjb/smo-teiv/smo-teiv.yaml index 1006a419..bdec07ab 100644 --- a/jjb/smo-teiv/smo-teiv.yaml +++ b/jjb/smo-teiv/smo-teiv.yaml @@ -44,7 +44,7 @@ name: smo-teiv-maven # unlike other repos, maven verify/stage does require docker, # so is on same node as docker jobs - # mvn-opts: "-Ddocker.skip=true" + mvn-opts: "-Ddocker.skip=true" # build-node: ubuntu1804-builder-4c-4g build-node: ubuntu1804-docker-4c-4g jobs: -- 2.16.6