Sergey Otpuschennikov | aad1ae0 | 2020-09-11 19:33:51 +0400 | [diff] [blame^] | 1 | - defaults: |
| 2 | name: global |
| 3 | project-type: pipeline |
| 4 | description: '{job_description}' |
| 5 | sandbox: true |
| 6 | |
| 7 | ### |
| 8 | # |
| 9 | # Global variables |
| 10 | # |
| 11 | ### |
| 12 | |
| 13 | job_description: Do not edit this job through the web UI! |
| 14 | |
| 15 | ci_name: 'sandbox-ci' |
| 16 | jcasc_branch: '{ci_name}' |
| 17 | k8s_cluster: unset |
| 18 | jjb_update_label: unset |
| 19 | jjb_credentials_id: jjb-update |
| 20 | |
| 21 | gerrit-server: 'mcp-gerrit' |
| 22 | gerrit-host: 'gerrit.mcp.mirantis.net' |
| 23 | gerrit-port: '29418' |
| 24 | gerrit-url: 'https://gerrit.mcp.mirantis.net' |
| 25 | gerrit-git-url: 'ssh://{gerrit-host}:{gerrit-port}' |
| 26 | gerrit-custom-url: '* $JOB_NAME $BUILD_URL/consoleText' |
| 27 | |
| 28 | artifactory-url: 'https://artifactory.mcp.mirantis.net' |
| 29 | artifactory_credentials_id: artifactory |
| 30 | |
| 31 | git-credentials-id: '{ci_name}' |
| 32 | docker-prod-virtual: 'docker-prod-virtual.docker.mirantis.net' |
| 33 | docker-dev-local: 'docker-dev-local.docker.mirantis.net' |
| 34 | docker-dev-virtual: 'docker-dev-virtual.docker.mirantis.net' |