diff --git a/Jenkinsfile b/Jenkinsfile index 3810729..737d0d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { stage('ubuntu-22.04') { agent {docker { image 'ubuntu-22.04' - args ' -e CONAN_USER_HOME=/var/jenkins_home/workspace/conan-jammy' + args ' -e CONAN_HOME=/var/jenkins_home/workspace/conan-jammy' } } stages { stage('Checkout') { steps { checkout_project() }} @@ -64,7 +64,7 @@ pipeline { stage('rockylinux8') { agent {docker { image 'rockylinux8' - args ' -e CONAN_USER_HOME=/var/jenkins_home/workspace/conan-rocky8' + args ' -e CONAN_HOME=/var/jenkins_home/workspace/conan-rocky8' } } stages { stage('Checkout') { steps { checkout_project() }} @@ -74,7 +74,7 @@ pipeline { stage('Format check') { agent {docker { image 'ubuntu-22.04' - args ' -e CONAN_USER_HOME=/var/jenkins_home/workspace/conan-jammy' + args ' -e CONAN_HOME=/var/jenkins_home/workspace/conan-jammy' } } stages { stage('Checkout') { steps { checkout_project() }}