summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2017-11-13 16:59:04 +0200
committersblimkie <steven.blimkie@amdocs.com>2017-11-13 17:47:25 +0200
commit497cd5829c42b112145298d895c5e3e4f415c78b (patch)
treea0e970cf809e6bca21c90f46e6b0f3d5ceed2173
parent38f96f88a4dbca7c3a981dc0eef3f37cf139b4a4 (diff)
Fix failing search-data-service job
Previously changed the sds to use a new jjb template for the daily docker build job. However, that job assumed that we used a different version of the maven-docker-plugin. Reverting the change, since the old job worked fine. IssueID: AAI-458 Change-Id: Id8a94922660f9bd21140f4824dc5610289d85b9f Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r--jjb/aai/aai-search-data-service.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/aai/aai-search-data-service.yaml b/jjb/aai/aai-search-data-service.yaml
index e3282f2e6..de9af76f0 100644
--- a/jjb/aai/aai-search-data-service.yaml
+++ b/jjb/aai/aai-search-data-service.yaml
@@ -8,9 +8,9 @@
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
- '{project-name}-{stream}-release-version-java-daily'
- - '{project-name}-{stream}-aai-docker-java-version-daily':
+ - '{project-name}-{stream}-aai-docker-java-daily':
pom: 'pom.xml'
- mvn-goals: 'docker:build docker:push'
+ mvn-goals: 'docker:build'
project: 'aai/search-data-service'
stream:
- 'master':