From f251d107778835e8b5f51ef5434a5329df1008ad Mon Sep 17 00:00:00 2001 From: Jin Mok <102392728+mokkang@users.noreply.github.com> Date: Mon, 15 Jan 2024 18:30:11 -0800 Subject: [PATCH] Update Jenkinsfile-IaC --- Jenkinsfile-IaC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-IaC b/Jenkinsfile-IaC index 4da9b15..63310a4 100644 --- a/Jenkinsfile-IaC +++ b/Jenkinsfile-IaC @@ -1,6 +1,6 @@ pipeline { agent { - label 'ubuntu-latest' // Adjust this based on your Jenkins agent configuration + label 'ubuntu' // Adjust this based on your Jenkins agent configuration } environment { VERACODE_API_KEY_ID = credentials('${VERACODE_API_ID}') // Use Jenkins credentials system