summaryrefslogtreecommitdiffstats
path: root/jjb/releng/opnfv-docker.yml
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-06-20 03:05:38 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-06-20 03:59:54 -0400
commitb9ba4e2bdf9dff887ba7eca9d2b2b9d94c0d2a3a (patch)
tree3e0b431c96be63253aaea40616d5682af15db17a /jjb/releng/opnfv-docker.yml
parentb9492a0eaac9838fdfb6b070bcec328387881129 (diff)
Support to build docker image with commit id
JIRA: DOVETAIL-447 this support dovetail to make tag/container snapshot at some commit id this will also used for functest/yardstick if needed, since their danube.2.0/3.0 may not satisfy dovetail requirements, while their snapshots at some commit id satisfy. Change-Id: I76cf6df586d1c9f0f563c6bfc039e3e271dc3de8 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/releng/opnfv-docker.yml')
-rw-r--r--jjb/releng/opnfv-docker.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/releng/opnfv-docker.yml b/jjb/releng/opnfv-docker.yml
index 5fe0eb913..095ba4129 100644
--- a/jjb/releng/opnfv-docker.yml
+++ b/jjb/releng/opnfv-docker.yml
@@ -106,6 +106,10 @@
default: "opnfv/{project}"
description: "Dockerhub repo to be pushed to."
- string:
+ name: COMMIT_ID
+ default: ""
+ description: "commit id to make a snapshot docker image"
+ - string:
name: RELEASE_VERSION
default: ""
description: "Release version, e.g. 1.0, 2.0, 3.0"