summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-02-15 11:12:17 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-15 11:12:17 +0000
commit1ba46ee831e096bf7a31bf2248456e2089847812 (patch)
tree486f19022c9076cee2311e7f9fd3f5d7a90ef853 /jjb/global-macros.yaml
parente0a53ddb2bf72e95e1300208001b7649cd14f977 (diff)
parent9dfecca17cc550e6a542440d89dd8705d0cc102c (diff)
Merge "Removing profile option from docker jobs"
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 d8ced3498..43f52f46c 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 -P {profile-name} -B'
+ goals: 'clean deploy -B'
settings: '{mvn-settings}'
settings-type: cfp
global-settings: 'global-settings'
@@ -42,7 +42,7 @@
- maven-target:
maven-version: 'mvn33'
pom: '{pom}'
- goals: 'clean deploy -P {profile-name} -B'
+ goals: 'clean deploy -B'
settings: '{mvn-settings}'
settings-type: cfp
global-settings: 'global-settings'