Adding the Rinne project repositories
This commit is contained in:
parent
00793089e9
commit
2fe8578f29
34
jenkins.yml
34
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)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue