diff --git a/Jenkinsfile b/Jenkinsfile index 621234d..af2aeab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ node ('master') { // Build Stage - Run the PyInstaller Steps to Generate an Executable. stage('Build') { - sh """docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows:python3""" + sh """docker run -v "${WORKSPACE}:/src/" cdrx/pyinstaller-windows:python3""" } // Wrap Up - Archive the Generated Executables, Tear Down the Build System.