Adding the Rinne project repositories

This commit is contained in:
retropikzel 2024-10-11 10:58:34 +03:00
parent 00793089e9
commit 2fe8578f29
1 changed files with 34 additions and 0 deletions

View File

@ -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)
}
}
}