diff --git a/jenkins.yml b/jenkins.yml index 12bb08a..fc06b2a 100644 --- a/jenkins.yml +++ b/jenkins.yml @@ -82,3 +82,22 @@ jobs: } } } + - script: > + folder('srfi_explorations') { + displayName: 'srfi-explorations' + } + - script: > + multibranchPipelineJob('srfi_explorations/build') { + displayName: 'R7RS-SRFI' + branchSources { + git { + id('github') + remote('https://github.com/schemeorg-community/index.scheme.or://github.com/srfi-explorations/r7rs-srfi.git') + } + } + orphanedItemStrategy { + discardOldItems { + numToKeep(10) + } + } + }