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: MyJenkinsIntegrationOnce the Jenkins job finishes, it will report back the status to the Jenkins step.