From 0f2df6af9d57805ca795cb3df46a71c98568d519 Mon Sep 17 00:00:00 2001 From: Igor Chudov Date: Tue, 8 Oct 2019 13:00:51 +0400 Subject: [PATCH] Samba stack names added --- configure_jenkins.groovy | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/configure_jenkins.groovy b/configure_jenkins.groovy index 558e3a9..48a7d56 100644 --- a/configure_jenkins.groovy +++ b/configure_jenkins.groovy @@ -2,6 +2,22 @@ def confrepo = 'http://gogs.srt/BaseALT/autojen.git' def infraConfRepo = 'http://gogs.srt/BaseALT/infra-conf.git' def infraRepo = 'https://github.com/altlinuxteam/infra.git' +def stackSamba = [ +'jenkins-samba-1x3', +'jenkins-samba-3x3', +'jenkins-samba-8sp-1x3-pub', +'jenkins-samba-8sp-3x3-pub', +'jenkins-samba-9-3x3-pub', +'jenkins-samba-sisyphus-1x3', +'jenkins-samba-sisyphus-1x3-pub', +'jenkins-samba-sisyphus-3x3-pub', +'jenkins-samba-sisyphus-3x3' +] + +def stackKerberos = [ +'jenkins-krb5-sisyphus-1x1' +] + folder('samba') { displayName('Samba Team') description('Jobs for Samba AD DC testing and deployment')