remove some lines in the groovy script

This commit is contained in:
Stephen Birarda 2013-06-18 18:03:58 -07:00
parent 2344a8c18d
commit 41c6059184

View file

@ -97,17 +97,14 @@ def deployTargets = [
]
/* setup all of the deploys jobs that use the above template */
deployTargets.each {
hifiJob(it, true)
}
/* setup the interface job, doesn't deploy */
hifiJob('interface', false)
/* setup the parametrized-build job for builds from jenkins */
parameterizedJob = hifiJob('$TARGET', true)
parameterizedJob.with {
name 'hifi-branch-deploy'