Skip to content

Commit ca8dcdf

Browse files
authored
Merge pull request #2067 from cmu-delphi/update-jenkins-env
Update path for pyenv shims
2 parents 12a9712 + 9edcc92 commit ca8dcdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ def deploy_production = [:]
1818

1919
pipeline {
2020
agent any
21+
environment {
22+
// Set the PATH variable to include the pyenv shims directory.
23+
PATH = "/var/lib/jenkins/.pyenv/shims:${env.PATH}"
24+
}
2125
stages {
2226
stage('Build dev/feature branch') {
2327
when {

0 commit comments

Comments
 (0)