New builds

This commit is contained in:
retropikzel 2026-07-23 05:45:19 +03:00
parent bde366aee3
commit 6bf8d5989b
2 changed files with 6 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent {
label 'agent1'
label 'docker-x86_64'
}
options {
disableConcurrentBuilds()

View File

@ -8,7 +8,11 @@
(lambda (scheme)
(list (string-append "make SCHEME=" scheme " LIBRARY=tap all install test")))))
`((makings ,@(map (lambda (scheme)
`((jenkinsfile
(agent "label 'docker-x86_64'")
(options "disableConcurrentBuilds()"
"buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))"))
(makings ,@(map (lambda (scheme)
`((name ,scheme)
(image ,(string-append "schemers/" scheme ":head"))
(stages