Add path to binary in Jenkins
This commit is contained in:
parent
ee0be7635b
commit
771a4b7044
@ -16,6 +16,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build bundle') {
|
stage('Build bundle') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'rm .env || true'
|
||||||
|
sh 'echo "THP_BINARY=/var/lib/jenkins/bin/thp" > .env'
|
||||||
sh 'pnpm build'
|
sh 'pnpm build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user