Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 16:26:08 +03:00
parent dcb8bf1747
commit 9df3d34aad
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile.jenkins'
args '--user=root'
args '--user=root -v /var/run/docker.sock:/var/run/docker.sock'
}
}