summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-12-09 14:20:11 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-12-09 14:20:11 -0800
commit43bc165d927c9be21f9f892f8171c35aecb9e8d9 (patch)
tree17dac55d9f2258efde727b792dda5338242812b0 /jjb/global-macros.yaml
parent95f2c04ed480f90f00e12674bb8b146fbe4434d8 (diff)
Push artifacts
Update to support pushing jar and deb artifacts Change-Id: I38552564e2dbf6dddfaca4a7a21cd800619829c2 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index eb52c736a..dc30fbd55 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -33,6 +33,15 @@
default: '{refspec}'
description: "GERRIT_REFSPEC parameter not given by trigger"
+- parameter:
+ name: maven-project-parameter
+ parameters:
+ - string:
+ name: MAVEN_SELECTOR
+ default: '{maven}'
+ description: 'Maven selector to be used by shell scripts'
+
+
##### SCMS
- scm:
name: git-scm
@@ -163,7 +172,7 @@
builders:
- config-file-provider:
files:
- - file-id: '{global-settings}'
+ - file-id: '{global-settings-file}'
variable: 'GLOBAL_SETTINGS_FILE'
- file-id: '{settings-file}'
variable: 'SETTINGS_FILE'