Skip to content

Commit

Permalink
Update path for pyenv shims
Browse files Browse the repository at this point in the history
  • Loading branch information
korlaxxalrok committed Oct 21, 2024
1 parent 12a9712 commit 9edcc92
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 9edcc92

Please sign in to comment.