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

25 lines
628 B
YAML

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