diff --git a/JenkinsFile b/JenkinsFile index 9fd68e6..e98988f 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -13,6 +13,7 @@ pipeline { dir('TSI/intro to react/vite-project/') { script { sh 'ls' + sh 'find ${WORKSPACE} -type d -print' } } }