From 690289d81d509038ac93636dc6ab1cd11f26bb51 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 25 Oct 2024 10:43:08 +0300 Subject: [PATCH] Add tests to test implementations git head too --- config/jenkins.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/jenkins.yml b/config/jenkins.yml index 1412f24..f7932f6 100644 --- a/config/jenkins.yml +++ b/config/jenkins.yml @@ -125,6 +125,22 @@ jobs: } } } + - script: > + multibranchPipelineJob('r7rs/r7rs-srfi-head') { + displayName: 'R7RS-SRFI-head' + jenkinsfile: Jenkinsfile-head + branchSources { + git { + id('github') + remote('https://github.com/srfi-explorations/r7rs-srfi.git') + } + } + orphanedItemStrategy { + discardOldItems { + numToKeep(10) + } + } + } - script: > multibranchPipelineJob('r7rs/r7rs-tests') { displayName: 'r7rs-tests'