Filip Pytloun | 7af94b3 | 2017-03-14 18:38:52 +0100 | [diff] [blame] | 1 | parameters: |
Filip Pytloun | a83bbee | 2017-03-15 18:13:59 +0100 | [diff] [blame] | 2 | _param: |
| 3 | jenkins_packer_pipeline: "${_param:jenkins_gerrit_url}/mk/packer-templates" |
Filip Pytloun | 7af94b3 | 2017-03-14 18:38:52 +0100 | [diff] [blame] | 4 | jenkins: |
| 5 | client: |
| 6 | job: |
| 7 | build-image-debian-8: |
| 8 | type: workflow-scm |
| 9 | concurrent: false |
| 10 | scm: |
| 11 | type: git |
| 12 | url: "${_param:jenkins_packer_pipeline}" |
| 13 | credentials: "gerrit" |
| 14 | display_name: "[Images] Build Debian 8 image" |
| 15 | param: |
| 16 | BUILD_OS: |
| 17 | type: string |
| 18 | default: "debian-8" |
| 19 | BUILD_ONLY: |
| 20 | type: string |
| 21 | default: "qemu" |
| 22 | PACKER_DEBUG: |
| 23 | type: boolean |
| 24 | default: "false" |
| 25 | PACKER_URL: |
| 26 | type: string |
| 27 | default: "https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip" |
| 28 | PACKER_ZIP: |
| 29 | type: string |
| 30 | default: "packer_0.8.6_linux_amd64.zip" |
| 31 | PACKER_ZIP_MD5: |
| 32 | type: string |
| 33 | default: "4cda1c44cf666fada495dd8e01522e1c" |
| 34 | PACKER_ARGS: |
| 35 | type: string |
| 36 | default: "" |
| 37 | UPLOAD_URL: |
| 38 | type: string |
| 39 | default: "http://jenkins:eyoocaiG3ADireK3Eef8gae1roh5oox0@10.10.100.85:8088/" |
| 40 | SKIP_UPLOAD: |
| 41 | type: boolean |
| 42 | default: "false" |
| 43 | CLEANUP_OLD: |
| 44 | type: boolean |
| 45 | default: "true" |
| 46 | CLEANUP_KEEP: |
| 47 | type: string |
| 48 | default: "3" |
| 49 | GLANCE_UPLOAD: |
| 50 | type: boolean |
| 51 | default: "true" |
| 52 | GLANCE_IMG_TYPES: |
| 53 | type: string |
| 54 | default: "qcow2" |
| 55 | GLANCE_URL: |
| 56 | type: string |
| 57 | default: "https://vpc.tcpisek.cz:5000/v2.0" |
| 58 | GLANCE_CREDENTIALS_ID: |
| 59 | type: string |
| 60 | default: "openstack-qa-credentials" |
| 61 | GLANCE_PROJECT: |
| 62 | type: string |
| 63 | default: "mirantis_mk20_qa" |
| 64 | GLANCE_ARGS: |
| 65 | type: string |
| 66 | default: "" |
| 67 | GLANCE_PUBLIC: |
| 68 | type: boolean |
| 69 | default: "true" |
| 70 | OPENSTACK_API_CLIENT: |
| 71 | type: string |
| 72 | default: "liberty" |