Skip to content

Commit

Permalink
Merge pull request #2067 from cmu-delphi/update-jenkins-env
Browse files Browse the repository at this point in the history
Update path for pyenv shims
  • Loading branch information
korlaxxalrok authored Oct 21, 2024
2 parents 12a9712 + 9edcc92 commit ca8dcdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ def deploy_production = [:]

pipeline {
agent any
environment {
// Set the PATH variable to include the pyenv shims directory.
PATH = "/var/lib/jenkins/.pyenv/shims:${env.PATH}"
}
stages {
stage('Build dev/feature branch') {
when {
Expand Down

0 comments on commit ca8dcdf

Please sign in to comment.