Jenkins Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
==Pipeline== | ==Pipeline== | ||
{{External|https://jenkins.io/doc/book/pipeline/overview/}} | |||
A ''Jenkins Pipeline'' is a suite of plugins that implement a [[Software_Development#Continous_Delivery_Pipeline|continuous delivery pipeline]]. When integrated with OpenShift, the Jenkins Pipeline functionality provides the engine for [[OpenShift_Concepts#Pipeline_Build|OpenShift Pipeline builds]]. More details about OpenShift Jenkins pipeline are available here: {{Internal|OpenShift_CI/CD_Concepts#Pipeline|OpenShift Jenkins Pipelines}} | A ''Jenkins Pipeline'' is a suite of plugins that implement a [[Software_Development#Continous_Delivery_Pipeline|continuous delivery pipeline]]. When integrated with OpenShift, the Jenkins Pipeline functionality provides the engine for [[OpenShift_Concepts#Pipeline_Build|OpenShift Pipeline builds]]. More details about OpenShift Jenkins pipeline are available here: {{Internal|OpenShift_CI/CD_Concepts#Pipeline|OpenShift Jenkins Pipelines}} |
Revision as of 00:51, 8 December 2017
External
Internal
Agent
Slave
Items
Freestyle Project
Pipeline
A Jenkins Pipeline is a suite of plugins that implement a continuous delivery pipeline. When integrated with OpenShift, the Jenkins Pipeline functionality provides the engine for OpenShift Pipeline builds. More details about OpenShift Jenkins pipeline are available here: