summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-03-14 09:11:26 -0400
committerdglFromAtt <dgl@research.att.com>2018-03-14 13:51:27 -0400
commit2649b14bd68fe1053173afe8143337aae305aefe (patch)
treee1a54ab4bbf7a214e67ea4b1efc2aab59565ccce
parentd50c4cafb5990260ef9a002779acf574fa3ab9d2 (diff)
Workaround to pass mvn-goals
use docker-java-shell-daily with a no-op shell since that passes mvn-goals patch2: removes trailing spaces from comments Change-Id: I40c2596a41f4049098c447b6d746a98958a6038b Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-334 Signed-off-by: dglFromAtt <dgl@research.att.com>
-rw-r--r--jjb/dmaap/dmaap-buscontroller.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/jjb/dmaap/dmaap-buscontroller.yaml b/jjb/dmaap/dmaap-buscontroller.yaml
index 7db34c760..2b0206ac0 100644
--- a/jjb/dmaap/dmaap-buscontroller.yaml
+++ b/jjb/dmaap/dmaap-buscontroller.yaml
@@ -8,10 +8,14 @@
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
- - '{project-name}-{stream}-docker-java-daily':
- mvn-goals: 'clean package docker:build -DpushImage'
- docker-pom: 'pom.xml'
- mvn-profile: 'docker'
+#
+# see DMAAP-334 for more details, but
+# - '{project-name}-{stream}-docker-java-daily':
+# doesn't support mvn-goals override, so trying this...
+ - '{project-name}-{stream}-docker-java-shell-daily':
+ mvn-goals: 'clean package -P docker docker:build -DpushImage'
+ # No-op
+ script: '/bin/true'
project: 'dmaap/buscontroller'
stream: