diff --git a/cico_test_prod.sh b/cico_test_prod.sh index c134b0e71..297aed1e9 100755 --- a/cico_test_prod.sh +++ b/cico_test_prod.sh @@ -9,8 +9,8 @@ set -e # Source environment variables of the jenkins slave # that might interest this worker -if [ -e "jenkins-env" ]; then - cat jenkins-env \ +if [ -e "config/jenkins-env" ]; then + cat config/jenkins-env \ | grep -E "^(JENKINS_URL|GIT_BRANCH|GIT_COMMIT|USER_NAME|PASSWORD|BUILD_NUMBER|REFRESH_TOKEN|ARTIFACT_PASS)=" \ | sed 's/^/export /g' \ > /tmp/jenkins-env