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

Commit

Permalink
absolute path?
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 7, 2023
1 parent 48bd8ac commit f3f0b89
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 @@ -26,7 +26,7 @@ pipeline {
}
stage('Install NPM Requirements') {
steps {
dir('TSI/intro to react/vite-project/') {
dir('/var/jenkins_home/workspace/update news/TSI/intro to react/vite-project') {
// Install NPM dependencies
script {
// def npmHome = tool name: 'NodeJS', type: 'jsInstaller'
Expand All @@ -38,7 +38,7 @@ pipeline {

stage('Run Script') {
steps {
dir ('TSI/intro to react/vite-project/') {
dir ('/var/jenkins_home/workspace/update news/TSI/intro to react/vite-project') {
script {
sh 'runAll.sh'
}
Expand Down

0 comments on commit f3f0b89

Please sign in to comment.