Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 16:21:36 +03:00
parent 24182c4be1
commit dcb8bf1747
1 changed files with 8 additions and 1 deletions

9
Jenkinsfile vendored
View File

@ -2,10 +2,17 @@ def implementations = ['chibi', 'chicken']
pipeline { pipeline {
agent { agent {
dockefile { dockerfile {
filename 'Dockerfile.jenkins' filename 'Dockerfile.jenkins'
args '--user=root'
} }
} }
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages { stages {
stage('Testing') { stage('Testing') {
steps { steps {