Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 1 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 59 sec in block)
podTemplate block - (1 min 58 sec in block)
node - (1 min 57 sec in block)swt-build-pod
node block - (57 sec in block)
timestamps - (52 sec in block)
timestamps block - (48 sec in block)
timeout - (45 sec in block)15
timeout block - (45 sec in block)
stage - (3.1 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.3 sec in block)
tool - (0.53 sec in self)temurin-jdk11-latest
envVarsForTool - (0.56 sec in self)
withEnv - (40 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (40 sec in block)
stage - (36 sec in block)Build SWT Libraries
stage block (Build SWT Libraries) - (35 sec in block)
tool - (0.54 sec in self)temurin-jdk11-latest
envVarsForTool - (0.66 sec in self)
withEnv - (28 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (27 sec in block)
container - (16 sec in block)swtbuild
container block - (16 sec in block)
tool - (0.55 sec in self)temurin-jdk11-latest
withEnv - (14 sec in block)JAVA_HOME
withEnv block - (14 sec in block)
sh - (13 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 - (9.5 sec in self)**