diff --git a/jenkins.yml b/jenkins.yml index cd4213f..d004326 100644 --- a/jenkins.yml +++ b/jenkins.yml @@ -106,11 +106,11 @@ jobs: } } - script: > - folder('srfi_explorations') { - displayName: 'srfi-explorations' + folder('r7rs') { + displayName: 'r7rs' } - script: > - multibranchPipelineJob('srfi_explorations/r7rs-srfi') { + multibranchPipelineJob('r7rs/r7rs-srfi') { displayName: 'R7RS-SRFI' branchSources { git { @@ -124,6 +124,21 @@ jobs: } } } + - script: > + multibranchPipelineJob('r7rs/r7rs-tests') { + displayName: 'r7rs-tests' + branchSources { + git { + id('github') + remote('https://github.com/Retropikzel/r7rs-tests.git') + } + } + orphanedItemStrategy { + discardOldItems { + numToKeep(10) + } + } + } - script: > folder('r7rs_pffi') { displayName: 'r7rs-pffi'