Revert image label change (#17981)

* Revert image label change

I decided to avoid doing the image update change, reverting.

* Use full OS name
This commit is contained in:
Matt Mitchell 2017-08-23 11:03:05 -07:00 committed by Mohamed Hegazy
parent 8d44e48dd0
commit e3abc12209

View File

@ -17,6 +17,6 @@ nodeVersions.each { nodeVer ->
}
Utilities.standardJobSetup(newJob, project, true, "*/${branch}")
Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20170821-1')
Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20161020')
Utilities.addGithubPRTriggerForBranch(newJob, branch, "TypeScript Test Run ${newJobName}")
}