use correct agent

This commit is contained in:
Ronan Browne 2023-04-21 08:43:29 +01:00
parent 269b196c57
commit 5db96e679c

View File

@ -31,7 +31,7 @@ String COMMON_GRADLE_PARAMS = [
].join(' ') ].join(' ')
pipeline { pipeline {
agent { label 'standard-latest-ami' } agent { label 'standard' }
/* /*
* List options in alphabetical order * List options in alphabetical order