Add job to test the autoupdate
This commit is contained in:
parent
4cbb9e371d
commit
7808e01cd0
19
jenkins.yml
19
jenkins.yml
|
@ -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)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue