HelmBlueGreenCleanup - YAML Schema

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide

The YAML schema for HelmBlueGreenCleanup native step is as shown below. For more information on HelmBlueGreenCleanup pipeline steps, see HelmBlueGreenCleanup.

HelmBlueGreenCleanup

pipelines:
  - name:   <string>
    steps:
      - name: <string>
        type: HelmBlueGreenCleanup
        configuration:
          #inherits all the tags from bash
          deployStep:       <string>
          flags:            <string>                               # optional
          
          integrations:
            - name:         <kubernetes integration>                         # required          

        execution:
          onStart:
            - echo "Preparing for work..."
          onSuccess:
            - echo "Job well done!"
          onFailure:
            - echo "uh oh, something went wrong"
          onComplete: #always
            - echo "Cleaning up some stuff"