diff --git a/Jenkinsfile b/Jenkinsfile index 95bcc18f1..ce7abbfaf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { steps { - sh 'echo "Current workspace is ${env.WORKSPACE}"' + sh 'echo "Current workspace is ${WORKSPACE}"' sh 'git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject' sh 'make setup ARGS="--python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"' }