From 6bf8d5989b20ca8ed0596f621867e56795bfee97 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 23 Jul 2026 05:45:19 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- makings.scm | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index dd73735..5637877 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { agent { - label 'agent1' + label 'docker-x86_64' } options { disableConcurrentBuilds() diff --git a/makings.scm b/makings.scm index 04ad821..8af5744 100644 --- a/makings.scm +++ b/makings.scm @@ -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