Skip to content

Commit e3abc12

Browse files
mmitchemhegazy
authored andcommitted
Revert image label change (#17981)
* Revert image label change I decided to avoid doing the image update change, reverting. * Use full OS name
1 parent 8d44e48 commit e3abc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ nodeVersions.each { nodeVer ->
1717
}
1818

1919
Utilities.standardJobSetup(newJob, project, true, "*/${branch}")
20-
Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20170821-1')
20+
Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20161020')
2121
Utilities.addGithubPRTriggerForBranch(newJob, branch, "TypeScript Test Run ${newJobName}")
2222
}

0 commit comments

Comments
 (0)