SyntaxFix
Write A Post
Hire A Developer
Questions
Use WORKSPACE environment variable to change workspace directory.
If doing using Jenkinsfile, use following code :
dir("${env.WORKSPACE}/aQA"){ sh "pwd" }