diff --git a/JenkinsFile b/JenkinsFile index e98988f..7ff232b 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -12,8 +12,8 @@ pipeline { steps { dir('TSI/intro to react/vite-project/') { script { - sh 'ls' - sh 'find ${WORKSPACE} -type d -print' + sh 'ls -al' + sh 'find "${WORKSPACE}" -type d -print' } } }