Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 22:48:37 +03:00
parent c81848ca41
commit 7948e6edbe
1 changed files with 2 additions and 7 deletions

9
Jenkinsfile vendored
View File

@ -2,16 +2,11 @@ def implementations = ['chibi']
def tests = ['primitives']
pipeline {
agent {
dockerfile {
filename 'Dockerfile.jenkins'
args '--user=root -v /var/run/docker.sock:/var/run/docker.sock'
}
}
agent any
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {