jenkins 5: attack of the commits
This commit is contained in:
parent
53c0df182f
commit
81540dcb9d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -66,6 +66,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Start app with PM2') {
|
stage('Start app with PM2') {
|
||||||
environment {
|
environment {
|
||||||
|
PATH = "/var/lib/jenkins/.nvm/versions/node/v18.18.0/bin:${env.PATH}"
|
||||||
PATH = "/var/lib/jenkins/.local/share/pnpm:${env.PATH}"
|
PATH = "/var/lib/jenkins/.local/share/pnpm:${env.PATH}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user