We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cafc5d commit c07bfc4Copy full SHA for c07bfc4
JenkinsJobs/AutomatedTests/I_unit_linux.groovy
@@ -24,7 +24,7 @@ pipeline {
24
buildDiscarder(logRotator(numToKeepStr:'5'))
25
}
26
agent {
27
- label 'centos-8'
+ label 'ubuntu-2404'
28
29
30
stages {''' + (JAVA_VERSION != '23' ? '' : '''
0 commit comments