From 7808e01cd03673586a95802f1a5503c11fd7691f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 29 Sep 2024 08:12:00 +0300 Subject: [PATCH] Add job to test the autoupdate --- jenkins.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/jenkins.yml b/jenkins.yml index 44d0a32..bbabd11 100644 --- a/jenkins.yml +++ b/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) + } + } + }