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