summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global-templates-java.yaml14
-rw-r--r--jjb/sdc/sdc.yaml1
2 files changed, 6 insertions, 9 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml
index 7c7026023..8e574a4db 100644
--- a/jjb/global-templates-java.yaml
+++ b/jjb/global-templates-java.yaml
@@ -1125,16 +1125,12 @@
- provide-maven-settings:
global-settings-file: 'global-settings'
settings-file: '{mvn-settings}'
- mvn-profile: '{mvn-profile}'
- docker-login
- - maven-target:
+ - maven-docker-push-daily:
maven-version: '{maven-version}'
- # yamllint disable rule:line-length
- goals: 'clean deploy'
- # yamllint enable
- settings: '{mvn-settings}'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
+ mvn-settings: '{mvn-settings}'
+ pom: '{docker-pom}'
+ # use default as mvn-profile if profile is not needed
+ mvn-profile: '{mvn-profile}'
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml
index 99f256bc5..715d5c1e7 100644
--- a/jjb/sdc/sdc.yaml
+++ b/jjb/sdc/sdc.yaml
@@ -6,6 +6,7 @@
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-sdc-merge-java':
+ docker-pom: 'pom.xml'
mvn-profile: 'docker'
- '{project-name}-{stream}-docker-version-java-daily':
docker-pom: 'pom.xml'