diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 3e48748..9df9237 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -22,7 +22,7 @@ pipeline { } steps { sh 'echo $PATH' - sh 'ls ${env.WORKSPACE}/node_modules/.bin' + sh 'ls /var/lib/jenkins/workspace/thp-docs/node_modules/.bin' sh 'bun tailwind:build' sh 'md-docs' }