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 fc058cd commit 8cfc94cCopy full SHA for 8cfc94c
1 file changed
Jenkinsfile
@@ -33,7 +33,7 @@ def targetPlatforms = targetPlatformToJavaVersionMap.keySet() as List
33
34
pipeline {
35
agent {
36
- label 'centos-latest'
+ label 'ubuntu-latest'
37
}
38
39
options {
0 commit comments