From 76bcc72c1e17a1f0b2cb32d12f238462cfc72f3c Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Fri, 4 Oct 2019 16:30:18 +0400 Subject: [PATCH] Template of the root job added --- configure_jenkins.groovy | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/configure_jenkins.groovy b/configure_jenkins.groovy index 9c1a175..4f72014 100644 --- a/configure_jenkins.groovy +++ b/configure_jenkins.groovy @@ -64,6 +64,27 @@ folder('infra') { } } +/* + * Job to configure Jenkins + +job('infra/configure-jenkins') { + displayName('Configure Jenkins') + description('Apply Jenkins configuration') + scm { + git { + remote { + name('origin') + url(confrepo) + } + branch('master') + extensions { + cleanAfterCheckout() + } + } + } +} +*/ + /* * Generate jobs to syncrinize various repos. The process looks like * this: