Added more debugging
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit
This commit is contained in:
parent
af89b535a6
commit
88b5139cfd
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -21,13 +21,13 @@ pipeline {
|
|||||||
|
|
||||||
stage('Install dependencies') {
|
stage('Install dependencies') {
|
||||||
steps {
|
steps {
|
||||||
sh 'npm install' // Install project dependencies
|
sh 'ls && npm install' // Install project dependencies
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'npm ls vite && npm run build' // Build the project
|
sh 'ls && npm ls vite && npm run build' // Build the project
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user