commit | 07283c8821750d3974ca26613c67867d506c1895 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Wed Apr 11 09:36:33 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Wed Apr 11 09:36:41 2018 +0200 |
tree | ce4b67880ba3633efc4082ce45cd68c6631b69bd | |
parent | 711d2f4fb96dd72d7b0d9e630d65844825ffefb7 [diff] [blame] |
extra_vars and image_name parametrization added to build images Jenkins jobs Change-Id: I047d0a48cb329da972f7dcb2f03c5870bbe380a2
diff --git a/jenkins/client/job/image/centos.yml b/jenkins/client/job/image/centos.yml index d478ccc..d5856e4 100644 --- a/jenkins/client/job/image/centos.yml +++ b/jenkins/client/job/image/centos.yml
@@ -72,3 +72,9 @@ OPENSTACK_API_CLIENT: type: string default: "" + IMAGE_NAME: + type: string + default: centos-7-x64 + EXTRA_VARIABLES: + type: text + default: "" \ No newline at end of file