Skip to content

Commit 6678d96

Browse files
mmitchemhegazy
authored andcommitted
Update imaged with Java 8 and other patches (#17965)
Updated image, java 8 required
1 parent 2b10784 commit 6678d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
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, 'Ubuntu', '20161020')
20+
Utilities.setMachineAffinity(newJob, 'Ubuntu14.04', '20170821-1')
2121
Utilities.addGithubPRTriggerForBranch(newJob, branch, "TypeScript Test Run ${newJobName}")
2222
}

0 commit comments

Comments
 (0)