fix(jenkinsfile): add rootless docker socket
Some checks failed
jenkins-ci Build failed

This commit is contained in:
2026-01-23 11:30:29 +00:00
parent 7eed352192
commit 1b338c9c82

1
Jenkinsfile vendored
View File

@@ -4,6 +4,7 @@ pipeline {
environment { environment {
GITEA_REPO_PATH = "lucas/reverse-proxy" GITEA_REPO_PATH = "lucas/reverse-proxy"
GITEA_API_URL = "https://gitea.lucasroyer.fr/api/v1" GITEA_API_URL = "https://gitea.lucasroyer.fr/api/v1"
DOCKER_HOST = "unix:///run/user/1001/docker.sock"
} }
stages { stages {