From: Christopher Lott (cl778h) Date: Mon, 12 Jun 2017 18:32:14 +0000 (-0400) Subject: portal: add build number variable X-Git-Tag: 1.0.0-Amsterdam~430 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F4993%2F2;p=ci-management.git portal: add build number variable Revise portal.yaml to have this line: maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER Change-Id: I52a1b09e1ba58159196d722db1276bcd8cd826aa Signed-off-by: Christopher Lott (cl778h) --- diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml index 399c4ea17..dc3ce2438 100644 --- a/jjb/portal/portal.yaml +++ b/jjb/portal/portal.yaml @@ -18,3 +18,4 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g + maven-deploy-properties: -Dbuild.number=$BUILD_NUMBER