summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2022-01-15 21:27:57 -0500
committerAdam Kocoloski <kocolosk@apache.org>2022-01-15 21:28:07 -0500
commitcc498699aecec67885776119fd427c238efa94fc (patch)
tree5e56a05ff9bafbc7637b79073a1b6732976e5c44
parentc289e317542d8650aa16fd2f47e3173dba14a77e (diff)
downloadcouchdb-cc498699aecec67885776119fd427c238efa94fc.tar.gz
Fix PATH in non-container builds
-rw-r--r--build-aux/Jenkinsfile.full2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 75fa1f7d9..2a9556be7 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -208,7 +208,7 @@ pipeline {
// deleteDir is OK here because we're not inside of a Docker container!
deleteDir()
unstash 'tarball'
- withEnv(['HOME='+pwd()]) {
+ withEnv(['HOME='+pwd(), 'PATH+USRLOCAL=/usr/local/bin']) {
sh( script: unpack, label: 'Unpack tarball' )
dir( "${platform}/build/couchdb" ) {
sh 'pwd'