summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-10-03 00:07:10 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-03 00:07:10 +0000
commit9faf5e5e9adf9adf081d821bbcfbd52e12b56804 (patch)
tree56244749593f0564a23ea6073b8c413d1695c903 /jjb
parent26336f8f7e06facc36bdaf6c4ebe8ee1f9d70803 (diff)
parentf13258b575ba2d2d995a7028f3e1b137ea174840 (diff)
Merge "Add {pom} variable for stage-site-java jobs"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global-templates-java.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml
index 7ddd0707f..713ea2fd9 100644
--- a/jjb/global-templates-java.yaml
+++ b/jjb/global-templates-java.yaml
@@ -1975,6 +1975,7 @@
name: '{project-name}-{stream}-stage-site-java'
project-type: freestyle
node: '{build-node}'
+ pom: 'pom.xml'
properties:
- infra-properties:
@@ -2011,6 +2012,7 @@
properties-file: version.properties
- maven-target:
maven-version: '{maven-version}'
+ pom: '{pom}'
goals: 'versions:set versions:update-child-modules versions:commit -B'
properties:
- 'newVersion=${{release_version}}'