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

Publish npm package

  Để publish   pav-kit  lên NPM, bạn hãy làm theo các bước dưới đây. Tôi đã tạo thêm file  index.js  để đảm bảo gói tin hợp lệ. Bước 1: Tạo ...