Declarative Pipelines
- Pipeline Syntax: Refer Here
- Pipeline steps reference Refer Here
Archive the artifacts and junit only when mvn is success
- Refer Here for the changes done and Refer Here for the post section and Refer Here for mail
Usermanagement in Jenkins
- Navigate to Manage Jenkins => Security
- Jenkins can manage users from
- LDAP (Active Directory)
- Refer Here for Office 365
- Unix or Linux user data
- LDAP (Active Directory)
- Lets create users by navigating to users in security section
- developer
- tester
- devops
- Jenkins Authorization options

- Lets use matrix based security

- Whats difference between Project based Matrix vs Matrix ?
Lets create a nightly build for spring petclinic
- Refer Here for the changes
Lets create a multi branch pipeline
- This project helps in creating one project which will eventually create multiple projects for each branch where there is a jenkins file




- It is recommended to use multi branch pipelines for a project with different Jenkins files in different branches.
