From 9edcc92c8739367c8565a805f51e8e1fdbf5f51e Mon Sep 17 00:00:00 2001 From: Brian Clark Date: Mon, 21 Oct 2024 09:21:59 -0400 Subject: [PATCH] Update path for pyenv shims --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1b9485ca5..3fcdc904a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {