- https://github.com/Ramkhushi/Jenkins-cicd/tree/3.1-free-style
- https://github.com/Ramkhushi/Jenkins-cicd/tree/3.1.1-maven-style
- Jenkins Variables
Can be checked from <jenkins-url:8090/env-vars.html/
- How to Access default variables
${variablename}
from execute shell echo ${variablename}
-
How to define variable from your end
- Go to manage jenkins -> System ->Global Properties ->Apply and save
-
Parameterized build
- Create a new build
-
Jenkins Authentication and Authorization
-
Manage Jenkins -> Security
-
Jenkins Triggers
-
Gradle build
-
Post Build Actions
-
BlueOcean Installation










