Skip to content

Commit ca1bb19

Browse files
committed
Use ubuntu-latest instead of outdated centos-8
1 parent a6b8fe7 commit ca1bb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
def runOnNativeBuildAgent(String platform, Closure body) {
1919
def final nativeBuildStageName = 'Build SWT-native binaries'
2020
if (platform == 'gtk.linux.x86_64') {
21-
podTemplate(inheritFrom: 'centos-latest' /* inhert general configuration */, containers: [
21+
podTemplate(inheritFrom: 'ubuntu-latest' /* inhert general configuration */, containers: [
2222
containerTemplate(name: 'swtbuild', image: 'eclipse/platformreleng-centos-swt-build:8',
2323
resourceRequestCpu:'1000m', resourceRequestMemory:'512Mi',
2424
resourceLimitCpu:'2000m', resourceLimitMemory:'4096Mi',
@@ -84,7 +84,7 @@ pipeline {
8484
disableConcurrentBuilds(abortPrevious: true)
8585
}
8686
agent {
87-
label 'centos-latest'
87+
label 'ubuntu-latest'
8888
}
8989
tools {
9090
jdk 'temurin-jdk17-latest'

0 commit comments

Comments
 (0)