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
diff --git a/jenkins/client/job/image/debian.yml b/jenkins/client/job/image/debian.yml
index 31c46b3..ab17c06 100644
--- a/jenkins/client/job/image/debian.yml
+++ b/jenkins/client/job/image/debian.yml
@@ -72,3 +72,9 @@
OPENSTACK_API_CLIENT:
type: string
default: ""
+ IMAGE_NAME:
+ type: string
+ default: debian-8-x64
+ EXTRA_VARIABLES:
+ type: text
+ default: ""
diff --git a/jenkins/client/job/image/ubuntu.yml b/jenkins/client/job/image/ubuntu.yml
index fa84813..8d7e1de 100644
--- a/jenkins/client/job/image/ubuntu.yml
+++ b/jenkins/client/job/image/ubuntu.yml
@@ -79,6 +79,12 @@
OPENSTACK_API_CLIENT:
type: string
default: ""
+ IMAGE_NAME:
+ type: string
+ default: ubuntu-14-04-x64
+ EXTRA_VARIABLES:
+ type: text
+ default: ""
build-image-ubuntu-16-04:
type: workflow-scm
concurrent: false
@@ -145,3 +151,9 @@
OPENSTACK_API_CLIENT:
type: string
default: ""
+ IMAGE_NAME:
+ type: string
+ default: ubuntu-16-04-x64
+ EXTRA_VARIABLES:
+ type: text
+ default: ""
\ No newline at end of file