Add path to binary in Jenkins

master
Araozu 2024-07-21 18:16:34 -05:00
parent ee0be7635b
commit 771a4b7044
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ pipeline {
}
stage('Build bundle') {
steps {
sh 'rm .env || true'
sh 'echo "THP_BINARY=/var/lib/jenkins/bin/thp" > .env'
sh 'pnpm build'
}
}