SignReleaseBundle - YAML Schema

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide

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

SignReleaseBundle

pipelines:
  - name:   <string>
    steps:
      - name: <string>
        type: SignReleaseBundle
        configuration:
                  #inherits all the tags from bash
          inputResources:
            - name:            <release bundle to sign>  # required
                  trigger: false
          outputResources:
            - name:            <signed release bundle>  # 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"