Skip to content

Commit

Permalink
update MAC agent node AMI ID (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lu <[email protected]>
  • Loading branch information
jordarlu authored Jan 9, 2024
1 parent 2b3bf87 commit 9c7bb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 1,
numExecutors: 6,
amiId: 'ami-0e88d55f1ab4bd51d',
amiId: 'ami-011470caf4b068ba5',
initScript: 'echo',
remoteFs: '/var/jenkins',
};
Expand Down

0 comments on commit 9c7bb9e

Please sign in to comment.