jenkins 5: attack of the commits

master
Araozu 2023-11-04 10:25:22 -05:00
parent 53c0df182f
commit 81540dcb9d
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -66,6 +66,7 @@ pipeline {
}
stage('Start app with PM2') {
environment {
PATH = "/var/lib/jenkins/.nvm/versions/node/v18.18.0/bin:${env.PATH}"
PATH = "/var/lib/jenkins/.local/share/pnpm:${env.PATH}"
}
steps {