Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.95 KB

File metadata and controls

54 lines (37 loc) · 1.95 KB

17th June

Recap

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

image image image image

  • Parameterized build

    • Create a new build

image image image image

  • You can change the value as per your end image

  • Jenkins Plugins

  • Manage Jenkins -> Plugins

image image

  • Jenkins Authentication and Authorization

  • Manage Jenkins -> Security

  • Jenkins Triggers

  • Gradle build

  • Post Build Actions

  • BlueOcean Installation