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 2cc00b7 commit beb2391Copy full SHA for beb2391
Jenkinsfile
@@ -18,7 +18,7 @@
18
def runOnNativeBuildAgent(String platform, Closure body) {
19
def final nativeBuildStageName = 'Build SWT-native binaries'
20
if (platform == 'gtk.linux.x86_64') {
21
- podTemplate(inheritFrom: 'ubuntu-latest' /* inhert general configuration */, containers: [
+ podTemplate(inheritFrom: 'basic' /* inherit general configuration */, containers: [
22
containerTemplate(name: 'swtbuild', image: 'eclipse/platformreleng-debian-swtnativebuild:12',
23
resourceRequestCpu:'1000m', resourceRequestMemory:'512Mi',
24
resourceLimitCpu:'2000m', resourceLimitMemory:'4096Mi',
0 commit comments