Tuesday, 26 March 2024

Pipelines in Jenkins

1. What to use Pipelines for?
- Pipeline can be considered a type of job
- Pipeline is more advanced and flexible way to define the CI/CD process compared to traditional job types.

2. How to use Pipelines?
- Create a Pipeline: Setting up Declarative pipelines using Groovy
+ New Item/ Name: first_build_pipeline/ select Pipeline
+ Pipeline Script: can get Jenkins file from Git | directly enter script
>> get template pipeline here

3. What does Pipelines include?

Reference

Thank you




No comments:

Post a Comment

Golang Advanced Interview Q&A