Template of the root job added
This commit is contained in:
parent
42759a352c
commit
76bcc72c1e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user