Jenkins Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
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}} | ||
More details about the pipeline syntax are available here: | |||
{{Internal|Jenkins Pipeline Syntax|Jenkins Pipeline Syntax}} | |||
=Build Environment= | =Build Environment= |
Revision as of 02:20, 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: