fuel-ccp-ci-config/jenkins-tp/jobs/remove-envs.yaml
Artur Zarzycki f0d6c66927 Removing all deployments envs instead of snapshot of one job
Change-Id: Id76e39428b8bd795e83477f0733816dab989541b
2017-01-20 11:40:02 +01:00

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