OtherActive

Blue Ocean

Blue Ocean: Jenkins User Documentation > User Documentation Home User Handbook User Handbook Overview Installing Jenkins Platform Information Using Jenkins Pipeline Managing Jenkins Securing Jenkins System Administration Scaling Jenkins Troubleshooting Jenkins Blue Ocean Glossary Tutorials Guided Tour Jenkins Pipeline Using Build Tools Resources Pipeline Syntax reference Pipeline Steps reference LTS Upgrade guides Jenkins User Documentation Welcome to the Jenkins user documentation - for people

Open source page

Field note

What it does

Pipeline > User Documentation Home User Handbook User Handbook Overview Installing Jenkins Platform Information Using Jenkins Pipeline Getting started with Pipeline Using a Jenkinsfile Running Pipelines Branches and Pull Requests Using Docker with Pipeline Extending with Shared Libraries Pipeline Development Tools Pipeline Syntax Pipeline as Code Pipeline Best Practices Scaling Pipelines Pipeline CPS Method Mismatches Managing Jenkins Securing Jenkins System Administration Scaling Jenkins Troubleshooting Jenkins Blue Ocean Glossary Tutorials Guided Tour Jenkins Pipeline Using Build Tools Resources Pipeline Syntax reference Pipeline Steps reference LTS Upgrade guides ⇐ Using Jenkins Index Getting started with Pipeline ⇒ Pipeline Chapter Sub-Sections Getting started with Pipeline Using a Jenkinsfile Running Pipelines Branches and Pull Requests Using Docker with Pipeline Extending with Shared Libraries Pipeline Development Tools Pipeline Syntax Pipeline as Code Pipeline Best Practices Scaling Pipelines Pipeline CPS Method Mismatches Table of Contents What is Jenkins Pipeline? Declarative versus Scripted Pipeline syntax Why Pipeline? Pipeline concepts Pipeline Node Stage Step Pipeline syntax overview Declarative Pipeline fundamentals Scripted Pipeline fundamentals Pipeline example This chapter covers all recommended aspects of Jenkins Pipeline functionality, including how to: Get started with Pipeline , which covers how to define a Jenkins Pipeline (your Pipeline ) through the classic UI or in SCM . Create and use a Jenkinsfile , which covers use-case scenarios on how to craft and construct your Jenkinsfile . Work with branches and pull requests . Use Docker with Pipeline , covering how Jenkins can invoke Docker containers on agents/nodes (from a Jenkinsfile ) to build your Pipeline projects. Extend Pipeline with shared libraries . Use different development tools to facilitate the creation of your Pipeline.

Capabilities

Available capabilities

Tags

Tags

No tags filed yet.

Ways to use it

Ways to use it

No integrations filed yet.

Product features

Product features

Declarative Pipeline fundamentals

Declarative versus Scripted Pipeline syntax

Node

Pipeline

Pipeline concepts

Pipeline example

Pipeline syntax overview

Scripted Pipeline fundamentals

Stage

Step

What is Jenkins Pipeline?

Why Pipeline?