Jenkins

Updated: 29 May 2023

Install locally: https://www.jenkins.io/doc/pipeline/tour/getting-started/

Jenkins Pipeline (or simply “Pipeline”) is a suite of plugins which supports implementing and integrating continuous delivery pipelines into Jenkins.

A continuous delivery pipeline is an automated expression of your process for getting software from version control right through to your users and customers.

Prevent automatic builds

your multi-branch pipeline > Configuration > Branch Sources > Add property > Suppress automatic SCM triggering.

Leave a comment