From 9cc83871e7f981c18774ef05c22665c4a23fae60 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 4 Oct 2023 22:58:24 +0000 Subject: [PATCH] Update ami id for windows runner gradle check from #356 Signed-off-by: Peter Zhu --- lib/compute/agent-nodes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compute/agent-nodes.ts b/lib/compute/agent-nodes.ts index b8f168bc..b7a35388 100644 --- a/lib/compute/agent-nodes.ts +++ b/lib/compute/agent-nodes.ts @@ -225,7 +225,7 @@ export class AgentNodes { maxTotalUses: 1, minimumNumberOfSpareInstances: 1, numExecutors: 1, - amiId: 'ami-0a00aabd70b0757f9', + amiId: 'ami-058a464af62db73ba', initScript: 'echo', remoteFs: 'C:/Users/Administrator/jenkins', };