Skip to content

Instantly share code, notes, and snippets.

@hemanth22
Created October 11, 2020 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth22/10e1fa1dc9b9a81a41fc474277741b37 to your computer and use it in GitHub Desktop.
Save hemanth22/10e1fa1dc9b9a81a41fc474277741b37 to your computer and use it in GitHub Desktop.
subdirectory jenkins pipeline

node { stage("Verification"){ dir("${env.WORKSPACE}"){ sh "pwd" } } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment