From 1757f754a84cf22aac4aea695d56c9ff0bb6c67c Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Mon, 12 Jun 2017 14:32:14 -0400 Subject: [PATCH] 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) --- jjb/portal/portal.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6