Trigger a Jenkins Job from JFrog Pipelines

JFrog Integrations Documentation

Content Type
Integrations
ft:sourceType
Paligo

To trigger a Jenkins job from JFrog Pipelines, add the Jenkins step In your pipelines yaml as shown here.

- Name: MyJenkinsStep
    Type: Jenkins
    configuration: 
        jenkinsJobName: <jenkins-job-name>
        Integrations:
        - name: MyJenkinsIntegration

Once the Jenkins job finishes, it will report back the status to the Jenkins step.