Skip to content
Snippets Groups Projects
Commit 0f10966c authored by OZGCloud's avatar OZGCloud
Browse files

change build agent to use jdk-21

parent 75b4c5a3
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ def FAILED_STAGE ...@@ -3,7 +3,7 @@ def FAILED_STAGE
pipeline { pipeline {
agent { agent {
node { node {
label 'jenkins-build-agent' label 'jenkins-build-agent-jdk21'
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment