A simple implementation of the CloudBees Pipeline Template, But more flexible and simpler.
- create
Pipeline Job
and selectFrom Console
, For example, the console mode here,
- create a template.yaml file that describes the meaning and type of the parameter variable
- write Jenkinsfile, using variables defined by template.yml
- create
Pipeline Job
and selectFrom SCM
, For example, the SCM mode here,
Tips: console mode is generally used for debugging mode, and SCM mode is recommended for daily use.