diff --git a/Jenkinsfile b/Jenkinsfile index 3797724..cac8134 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,8 +21,9 @@ pipeline { ]) ]) { sh ''' - git config credential.https://forge.cadoles.com.username "$GIT_USERNAME" - git config credential.https://forge.cadoles.com.helper '!f() { test "$1" = get && echo "password=$GIT_PASSWORD"; }; f' + git config --global credential.https://forge.cadoles.com.username "$GIT_USERNAME" + git config --global credential.https://forge.cadoles.com.helper '!f() { test "$1" = get && echo "password=$GIT_PASSWORD"; }; f' + export GOPRIVATE=forge.cadoles.com/arcad/edge make test '''