Add path to binary in Jenkins
This commit is contained in:
parent
ee0be7635b
commit
771a4b7044
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user