diff --git a/config/jenkins.yml b/config/jenkins.yml index bbe694f..1412f24 100644 --- a/config/jenkins.yml +++ b/config/jenkins.yml @@ -125,23 +125,6 @@ jobs: } } } - - script: > - multibranchPipelineJob('r7rs/r7rs-srfi-head') { - displayName: 'R7RS-SRFI-head' - description: "Test implementations git 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'