summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-02-16 15:02:56 +0100
committerAnaël Closson <ac2550@intl.att.com>2017-02-16 15:02:56 +0100
commit30a5c771056016686014cbde0fac0232b50f6371 (patch)
treeafae134d773a2b7e8cdfcfee4f4f687f811a066b /jjb/global-macros.yaml
parentd3638c167d48ddbdad5173b00341db37511098d8 (diff)
Using profile for docker image build
Change-Id: I858f4dc73a3d11932526d116e2f291fac08a684c Signed-off-by: Anaël Closson <ac2550@intl.att.com>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index 5815ccf53..b324534a0 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -26,7 +26,7 @@
- maven-target:
maven-version: 'mvn33'
pom: '{pom}'
- goals: 'clean deploy -B'
+ goals: 'clean deploy -B -P ${mvn-profile}'
settings: '{mvn-settings}'
settings-type: cfp
global-settings: 'global-settings'
@@ -42,7 +42,7 @@
- maven-target:
maven-version: 'mvn33'
pom: '{pom}'
- goals: 'clean deploy -B'
+ goals: 'clean deploy -B -P ${mvn-profile}'
settings: '{mvn-settings}'
settings-type: cfp
global-settings: 'global-settings'