fix(jenkins): new docker host rootless
Some checks failed
Portfolio/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-27 15:46:41 +01:00
parent f1794abe7e
commit bca89f0cd5

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
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}"
}
stages {