Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 20 sec in block)
echo - (2 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (1 min 18 sec in block)
podTemplate block - (1 min 18 sec in block)
node - (1 min 17 sec in block)swt-build-pod
node block - (48 sec in block)
timestamps - (45 sec in block)
timestamps block - (44 sec in block)
timeout - (43 sec in block)15
timeout block - (43 sec in block)
stage - (3 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.2 sec in block)
tool - (0.53 sec in self)temurin-jdk11-latest
envVarsForTool - (0.53 sec in self)
withEnv - (38 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (38 sec in block)
stage - (36 sec in block)Build SWT Libraries
stage block (Build SWT Libraries) - (35 sec in block)
tool - (0.53 sec in self)temurin-jdk11-latest
envVarsForTool - (0.68 sec in self)
withEnv - (28 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (28 sec in block)
container - (18 sec in block)swtbuild
container block - (17 sec in block)
tool - (0.53 sec in self)temurin-jdk11-latest
withEnv - (15 sec in block)JAVA_HOME
withEnv block - (15 sec in block)
sh - (14 sec in self)#!/bin/bash -x mkdir build cd build alias cc=gcc curl -o org.eclipse.swt.gtk.linux.x86_64.master.zip https://ci.eclipse.org/releng/job/SWT-Increment_if_needed/ws/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86_64/tmpdir/org.eclipse.swt.gtk.linux.x86_64.master.zip unzip org.eclipse.swt.gtk.linux.x86_64.master.zip mkdir libs export MODEL=x86_64 export OUTPUT_DIR=${WORKSPACE}/build/libs sh build.sh clean install cd libs/ ls -1R zip -r -X ../gtk64_archive.zip * cd ..
archiveArtifacts - (8.6 sec in self)**