Run a Jenkins Job From Pipelines

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

A pipeline in Pipelines can transfer control to a Jenkins job and then is returned to execution after the Jenkins job completes.

In summary, this is the sequence of events:

  1. In Pipelines, a pipeline executes a Jenkins step to invoke a Jenkins job through the Jenkins Server Integration

  2. When the Jenkins job completes, it returns control to Pipelines and optionally updates Pipelines resources by calling a function in the Jenkins Artifactory PluginConfigure Jenkins Artifactory Plug-in

  3. In Pipelines, the pipeline resumes execution with any updated resources

The following topics review Jenkins integration with Pipelines: