Add job to test the autoupdate

This commit is contained in:
retropikzel 2024-09-29 08:12:00 +03:00
parent 4cbb9e371d
commit 7808e01cd0
1 changed files with 19 additions and 0 deletions

View File

@ -120,3 +120,22 @@ jobs:
}
}
}
- script: >
folder('jenkins') {
displayName: 'jenkins'
}
- script: >
multibranchPipelineJob('jenkins/auto-maintenance') {
displayName: 'auto-maintenance'
branchSources {
git {
id('git')
remote('https://github.com/Retropikzel/jenkins-automaintenance.git')
}
}
orphanedItemStrategy {
discardOldItems {
numToKeep(10)
}
}
}