Model a Jenkins pipeline in DevOps
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- DevOps
Model a Jenkins pipeline by mapping the pipeline to an app, and mapping DevOps pipeline steps to Jenkins stages.
Before you begin
The Jenkins plugin for ServiceNow DevOps is provided to enable change acceleration so your orchestration tool can communicate with ServiceNow DevOps and control certain aspects of pipeline executions.
Install the plugin from the Jenkins Marketplace. Navigate to Manage Jenkins > System configuration > Plugins in your Jenkins instance. Search for ServiceNow DevOps Plugin and select it, and then select Install.
Role required: sn_devops.admin
About this task
Both scripted pipelines (Jenkinsfile) and freestyle jobs are supported.
For Jenkinsfile pipelines, pipeline steps are created, mapped, and associated to orchestration tasks automatically, instead of manually.
Procedure
Example


