mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:23:04 +02:00
remove some lines in the groovy script
This commit is contained in:
parent
2344a8c18d
commit
41c6059184
1 changed files with 0 additions and 3 deletions
|
@ -97,17 +97,14 @@ def deployTargets = [
|
||||||
]
|
]
|
||||||
|
|
||||||
/* setup all of the deploys jobs that use the above template */
|
/* setup all of the deploys jobs that use the above template */
|
||||||
|
|
||||||
deployTargets.each {
|
deployTargets.each {
|
||||||
hifiJob(it, true)
|
hifiJob(it, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* setup the interface job, doesn't deploy */
|
/* setup the interface job, doesn't deploy */
|
||||||
|
|
||||||
hifiJob('interface', false)
|
hifiJob('interface', false)
|
||||||
|
|
||||||
/* setup the parametrized-build job for builds from jenkins */
|
/* setup the parametrized-build job for builds from jenkins */
|
||||||
|
|
||||||
parameterizedJob = hifiJob('$TARGET', true)
|
parameterizedJob = hifiJob('$TARGET', true)
|
||||||
parameterizedJob.with {
|
parameterizedJob.with {
|
||||||
name 'hifi-branch-deploy'
|
name 'hifi-branch-deploy'
|
||||||
|
|
Loading…
Reference in a new issue