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 {
agent {
dockefile {
dockerfile {
filename 'Dockerfile.jenkins'
args '--user=root'
}
}
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
stage('Testing') {
steps {