diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-02-26 21:36:05 +0530 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-02-26 18:59:47 +0000 |
commit | a14eff40c4dcfc7fafe643f14383356270ca235d (patch) | |
tree | 2e5ac57a563b55527b2e6747a50e20290d0b81c4 /jjb/cps | |
parent | f3abe32d54580cc6269698991590b65e1b2cdce7 (diff) |
[CPS] Switch cps-tbdmt verify to older one
Issue-ID: CPS-243
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I1eefa44274081ebe5df971692c4a77e94f69a32e
Diffstat (limited to 'jjb/cps')
-rw-r--r-- | jjb/cps/cps-cps-tbdmt.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/cps/cps-cps-tbdmt.yaml b/jjb/cps/cps-cps-tbdmt.yaml index 5806a5c3c..fd3aae010 100644 --- a/jjb/cps/cps-cps-tbdmt.yaml +++ b/jjb/cps/cps-cps-tbdmt.yaml @@ -37,7 +37,8 @@ mvn-snapshot-id: 'ecomp-snapshots' nexus-snapshot-repo: 'snapshots' jobs: - - gerrit-maven-verify + - gerrit-maven-verify: + mvn-goals: 'clean install' - gerrit-maven-merge - gerrit-maven-stage: sign-artifacts: true |