Jenkins - YAML Schema for Pipeline Steps

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide

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

Jenkins

pipelines:
  - name: <string>
    steps:
      - name: <string>
        type: Jenkins
        configuration:
                  #inherits all the tags from bash
          jenkinsJobName: <string>            # Jenkins job/pipeline name
          jenkinsBranchName: <string>         # required for Jenkins Multibranch
          buildParameters:
            key1: <string>
            key2: <string>   
          integrations:
            - name: <jenkins integration>    # required Jenkins integration
          outputResources:                   # optional
            - name: <resource name>