diff options
author | dglFromAtt <dgl@research.att.com> | 2019-07-09 18:06:02 +0000 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2019-07-09 18:06:59 +0000 |
commit | f7f70d81d2c3ab4218f48ee47c133a66585d0812 (patch) | |
tree | 8632b60918476e71cb4315668905aa30f8303cff | |
parent | b2ea4791538e116ea311df6eb2c4eecf516fe042 (diff) |
remove gerrit-maven-stage job
dmaap/buscontroller only builds docker artifacts so
this retires the maven-stage job for this repo.
Change-Id: I7350d7623591ad48d517d93de05f859d23147b8e
Issue-ID: CIMAN-33
Signed-off-by: dglFromAtt <dgl@research.att.com>
-rw-r--r-- | jjb/dmaap/dmaap-buscontroller.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jjb/dmaap/dmaap-buscontroller.yaml b/jjb/dmaap/dmaap-buscontroller.yaml index faf9afab3..57f4a1ad7 100644 --- a/jjb/dmaap/dmaap-buscontroller.yaml +++ b/jjb/dmaap/dmaap-buscontroller.yaml @@ -11,10 +11,6 @@ jobs: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - gerrit-maven-stage: - sign-artifacts: true - build-node: centos7-builder-4c-4g - maven-versions-plugin: true - gerrit-maven-docker-stage: build-node: ubuntu1604-docker-8c-8g mvn-goals: 'clean package -P docker docker:build docker:push' |