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: