We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d44e48 commit e3abc12Copy full SHA for e3abc12
netci.groovy
@@ -17,6 +17,6 @@ nodeVersions.each { nodeVer ->
17
}
18
19
Utilities.standardJobSetup(newJob, project, true, "*/${branch}")
20
- Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20170821-1')
+ Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20161020')
21
Utilities.addGithubPRTriggerForBranch(newJob, branch, "TypeScript Test Run ${newJobName}")
22
0 commit comments