diff --git a/Jenkinsfile b/Jenkinsfile index 0fcbb6b..6a52ba9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,9 @@ pipeline { agent any environment { - DOCKER_HOST = "unix:///var/run/docker.sock" + DOCKER_HOST = "unix:///run/user/1001/docker.sock" APP_VERSION = "${env.BRANCH_NAME}-${env.BUILD_NUMBER}" + DOCKER_CONFIG = "${env.WORKSPACE}/.docker" } stages { stage('Build') {