https://github.com/alicommit-malp/jenkins_dsl_example
The Pipeline plugins support implementing and integrating continuous delivery pipelines via the Pipeline DSL.
Job DSL with Pipeline DSL both have their own syntax and scope of application. Here explaining Job DSL.
https://updates.jenkins.io/download/plugins/job-dsl/
Add Job DSL Plugin
Add build step:
There are 2 options
1. Use the provided DSL script
2.
Folder path contains DSL script
Build the Job.
A new job will be created.
with this configuration.

The Pipeline plugins support implementing and integrating continuous delivery pipelines via the Pipeline DSL.
Job DSL with Pipeline DSL both have their own syntax and scope of application. Here explaining Job DSL.
https://updates.jenkins.io/download/plugins/job-dsl/
Add Job DSL Plugin
Add build step:
There are 2 options
1. Use the provided DSL script
2.
Folder path contains DSL script
Build the Job.
A new job will be created.
with this configuration.

No comments:
Post a Comment