Template of the root job added

This commit is contained in:
Игорь Чудов 2019-10-04 16:30:18 +04:00
parent 42759a352c
commit 76bcc72c1e
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -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: