From 2fe8578f293ab8c272abc33b4ce0fbacd886da97 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 11 Oct 2024 10:58:34 +0300 Subject: [PATCH] Adding the Rinne project repositories --- jenkins.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/jenkins.yml b/jenkins.yml index d004326..9588dc1 100644 --- a/jenkins.yml +++ b/jenkins.yml @@ -177,3 +177,37 @@ jobs: } } } + - script: > + folder('rinne') { + displayName: 'rinne' + } + - script: > + multibranchPipelineJob('rinne/snow-fort-guix-channel') { + displayName: 'snow-fort-guix-channel' + branchSources { + git { + id('git') + remote('https://gitea.scheme.org/Rinne/snow-fort-guix-channel.git') + } + } + orphanedItemStrategy { + discardOldItems { + numToKeep(10) + } + } + } + - script: > + multibranchPipelineJob('rinne/snow-fort-windows-installer') { + displayName: 'snow-fort-windows-installer' + branchSources { + git { + id('git') + remote('https://gitea.scheme.org/Rinne/snow-fort-windows-installer.git') + } + } + orphanedItemStrategy { + discardOldItems { + numToKeep(10) + } + } + }