Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 6 sec in block)
echo - (2 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (3 min 3 sec in block)
podTemplate block - (3 min 3 sec in block)
node - (3 min 0 sec in block)swt-build-pod
node block - (1 min 8 sec in block)
timestamps - (59 sec in block)
timestamps block - (59 sec in block)
timeout - (58 sec in block)15
timeout block - (57 sec in block)
stage - (3.2 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.4 sec in block)
tool - (0.57 sec in self)temurin-jdk11-latest
envVarsForTool - (0.58 sec in self)
withEnv - (53 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (52 sec in block)
stage - (50 sec in block)Build SWT Libraries
stage block (Build SWT Libraries) - (49 sec in block)
tool - (0.55 sec in self)temurin-jdk11-latest
envVarsForTool - (0.69 sec in self)
withEnv - (42 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (42 sec in block)
container - (24 sec in block)swtbuild
container block - (24 sec in block)
tool - (0.55 sec in self)temurin-jdk11-latest
withEnv - (22 sec in block)JAVA_HOME
withEnv block - (22 sec in block)
sh - (21 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 - (15 sec in self)**