enable creation of jobs for all targets

This commit is contained in:
Stephen Birarda 2013-06-18 15:46:58 -07:00
parent 8e94da3cc0
commit df28dc3165

View file

@ -1,4 +1,4 @@
/*def targets = [
def targets = [
'animation-server',
'audio-mixer',
'avatar-mixer',
@ -8,9 +8,7 @@
'pairing-server',
'space-server',
'voxel-server'
]*/
def targets = ['space-server']
]
def JENKINS_URL = 'https://jenkins.below92.com/'
def GITHUB_HOOK_URL = 'https://github.com/worklist/hifi/'