Updated Jenkinsfile and Jenkinsjob.xml

This commit is contained in:
Alfredo Oliviero 2025-12-19 15:29:48 +01:00
parent b225484187
commit 8e1f4ad0d1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pipeline {
defaultValue: "development",
description: "The deploy environment")
string(name: "gcube_agent",
defaultValue: "gcube-agent-jdk17",
defaultValue: "gcube-agent-jdk21-javax",
description: "The agent that build the component")
}