| commit | 4d3951c56113d0a970e7f497bb79633466b18681 | [log] [tgz] |
|---|---|---|
| author | Sergey Kulanov <skulanov@mirantis.com> | Thu Nov 24 13:58:15 2016 +0200 |
| committer | Sergey Kulanov <skulanov@mirantis.com> | Thu Nov 24 13:58:15 2016 +0200 |
| tree | 5db08c8fe4d7cbc05c62538dadba0646640fe01f | |
| parent | 1c15df01827e560293863531abf9a8631c564473 [diff] |
Add com.mirantis.targetImg property to docker image property
com.mirantis.targetImg property allows to search docker
artifacts by image name, for example
def properties = [
'com.mirantis.gerritChangeId': "${env.GERRIT_CHANGE_ID}",
'com.mirantis.gerritPatchsetNumber': "${env.GERRIT_PATCHSET_NUMBER}",
'com.mirantis.gerritChangeNumber' : "${env.GERRIT_CHANGE_NUMBER}",
'com.mirantis.targetImg': "${projectNamespace}/calico/node"
]
Change-Id: I8f6cdb0b90edb263e2d24e987eee8b8be2e54df3