Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
debuggggggg
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 7, 2023
1 parent 9a0f63a commit f0df67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit f0df67a

Please sign in to comment.