Compare commits

...

1 Commits

Author SHA1 Message Date
ca741df08b fix: repair docker host for rootless after jenkins update
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
2026-01-27 18:44:46 +01:00

3
Jenkinsfile vendored
View File

@@ -1,9 +1,8 @@
pipeline {
agent any
environment {
DOCKER_HOST = "unix:///run/user/1001/docker.sock"
DOCKER_HOST = "unix:///var/run/docker.sock"
APP_VERSION = "${env.BRANCH_NAME}-${env.BUILD_NUMBER}"
DOCKER_CONFIG = "${env.WORKSPACE}/.docker"
}
stages {
stage('Build') {