Jenkins Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
{{External|https://jenkins.io/doc/book/pipeline/overview/}} | {{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# | 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#Overview|OpenShift Jenkins Pipelines}} | ||
More details about the pipeline syntax are available here: | More details about the pipeline syntax are available here: |
Revision as of 17:03, 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:
More details about the pipeline syntax are available here: