diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-06-12 14:32:14 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-06-12 14:48:36 -0400 |
commit | 1757f754a84cf22aac4aea695d56c9ff0bb6c67c (patch) | |
tree | 2fb99ffe98a9232ddb8f15e9bc90618bb4abd338 /jjb/portal | |
parent | e1c44c544574a012b0d7ccd44cbb6501b0ddc1cd (diff) |
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) <clott@research.att.com>
Diffstat (limited to 'jjb/portal')
-rw-r--r-- | jjb/portal/portal.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |