fuel-ccp-ci-config/jenkins-tp/jobs/remove-envs.yaml

25 lines
613 B
YAML

- job:
name: remove-simple-deployment-envs
builders:
- inject:
properties-content: |
FUEL_DEVOPS_ENV_NAME=ccp-simple-deployment-env
FUEL_DEVOPS_SNAPSHOT_NAME=fresh
- shell:
!include-raw 'builders/remove-simple-deployment-envs.sh'
concurrent: true
properties:
- heavy-job:
weight: 6
description: |
Removes envs for simple deployment tests.
logrotate:
daysToKeep: 14
parameters:
- node:
name: NODE
allowed-multiselect: true
wrappers:
- timeout:
timeout: 60