Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 22:03:50 +03:00
parent 23422deaf6
commit 2551a61e76
1 changed files with 1 additions and 6 deletions

7
Jenkinsfile vendored
View File

@ -12,12 +12,7 @@ def implementations = [
]
pipeline {
agent {
dockerfile {
filename 'Dockerfile.jenkins'
args '--user=root -v /var/run/docker.sock:/var/run/docker.sock'
}
}
agent any
options {
disableConcurrentBuilds()