Merge pull request #554 from birarda/jenkins

add copyright to stat header, remove lines in groovy
This commit is contained in:
birarda 2013-06-18 18:05:03 -07:00
commit 19f3112202
2 changed files with 1 additions and 3 deletions

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'

View file

@ -3,6 +3,7 @@
// hifi
//
// Created by Brad Hefta-Gaub on 3/29/13.
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
//
// Poor-man's performance stats collector class. Useful for collecting timing
// details from various portions of the code.