Remaking the Jenkinsfile

This commit is contained in:
retropikzel 2025-05-15 20:50:21 +03:00
parent c8180c9722
commit 7f418ee03e
1 changed files with 6 additions and 1 deletions

7
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline { pipeline {
agent any agent {
dockerfile {
filepath 'dockerfiles/jenkins'
args '--user=root'
}
}
options { options {
disableConcurrentBuilds() disableConcurrentBuilds()