Master in Jenkins Declarative Pipeline with 100+ Examples
With Pipeline script, we'll see how we can work with JIRA, GIT, SVN, Shell, Conditions, When, POST and More

Master in Jenkins Declarative Pipeline with 100+ Examples free download
With Pipeline script, we'll see how we can work with JIRA, GIT, SVN, Shell, Conditions, When, POST and More
Jenkins Declarative Pipeline script or Pipeline as a code is an advance feature which is used to create Jenkins Jobs with the help of the code.
The main advantage with Declarative Pipeline script is that we can do versions of our code with the help of any version control tools (SVN or GIT ..).
In this course we'll see the 100+ examples which covers the following topics.
1. JIRA
How to Create a Ticket if build failed
How to Close the Ticket
How to Search tickets
and more .....
2. How to execute bat commands and shell commands .
3. Execute Stage based on the commit message/committed files.
4. Pause the build and Wait for the approval from specific user.
5. Commit code to GIT if build success
6. How to work with SVN.
7. Parameters, Variables, Options, etc.
8. Pause job to read input from user.
9. Multiple examples on POST.
10. What are the different colors that indicates in the pipeline
11. what are the variables means.
12. Difference between user defined and system defined variables
13. what are the scopes of the variables
14. Difference between Single and Double quotes
15. Parameters : String, Text, Boolean, Choice, Password, File
16. what is the use of BuildDiscarder
17. How to change build result
18. POST and order of Blocks
19. How to Run Java program with Different JDK versions
etc