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>