Remaking the Jenkinsfile

This commit is contained in:
retropikzel 2025-05-15 20:51:10 +03:00
parent 7f418ee03e
commit eedaede577
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
dockerfile {
filepath 'dockerfiles/jenkins'
filename 'dockerfiles/jenkins'
args '--user=root'
}
}