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

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 7, 2023
1 parent 2d70028 commit 931b2d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ pipeline {
])
}
}
stage('Debug') {
steps {
dir('TSI/intro to react/vite-project/') {
script {
sh 'ls'
}
}
}
}
stage('Install NPM Requirements') {
steps {
dir('TSI/intro to react/vite-project/') {
Expand Down

0 comments on commit 931b2d1

Please sign in to comment.