Skip to content

Commit

Permalink
[I-Build-Tests] Run Linux tests on 'ubuntu-2404' image agent
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Nov 7, 2024
1 parent 5cafc5d commit c07bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsJobs/AutomatedTests/I_unit_linux.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr:'5'))
}
agent {
label 'centos-8'
label 'ubuntu-2404'
}
stages {''' + (JAVA_VERSION != '23' ? '' : '''
Expand Down

0 comments on commit c07bfc4

Please sign in to comment.