Skip to content
StepArgumentsStatus
Start of Pipeline - (9 hr 8 min in block)
node - (9 hr 8 min in block)docker-build
node block - (11 min in block)
timeout - (11 min in block)
timeout block - (11 min in block)
timestamps - (11 min in block)
timestamps block - (11 min in block)
stage - (1 sec in block)Clean workspace
stage block (Clean workspace) - (1 sec in block)
sh - (1 sec in self)#!/bin/bash -x docker images docker system prune -a -f cd ${WORKSPACE} rm -rf *
stage - (1 min 15 sec in block)Get Docker Files
stage block (Get Docker Files) - (1 min 15 sec in block)
sh - (1 min 15 sec in self) git clone -b master https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git git clone -b master https://git.eclipse.org/r/jdt/eclipse.jdt.core.git
stage - (6 min 46 sec in block)Build Docker Images
stage block (Build Docker Images) - (6 min 46 sec in block)
sh - (6 min 46 sec in self)#!/bin/bash -x cd ${WORKSPACE}/eclipse.platform.releng.aggregator/cje-production/dockerfiles/ chmod +x *.sh (./build-centos_8.sh|tee centos8.log)& (./build-centos_swt_build.sh|tee swt_build.log)& (./build-centos_9.sh|tee centos9.log)& (./build-centos_9_swt_build.sh|tee swt_9_build.log)& (./build-ubuntu-22.04.sh|tee ubuntu22.log)& (./build-openSuse-15.sh|tee opensuse_leap.log)& cd ${WORKSPACE}/eclipse.jdt.core/org.eclipse.jdt.core/docker/ chmod +x *.sh (./build-ubuntu-jikespg.sh|tee ubuntuJikespg.log)& wait docker images
stage - (2 min 58 sec in block)Push docker image
stage block (Push docker image) - (2 min 58 sec in block)
withDockerRegistry - (2 min 58 sec in block)
withDockerRegistry block - (2 min 58 sec in block)
sh - (2 min 58 sec in self)#!/bin/bash -x cd ${WORKSPACE}/eclipse.platform.releng.aggregator/cje-production/dockerfiles/ chmod +x *.sh (./push-centos_8.sh|tee push-centos8.log)& (./push-centos_swt_build.sh|tee push-swt_build.log)& (./push-centos_9.sh|tee push-centos9.log)& (./push-centos9_swt_build.sh|tee push-swt_9_build.log)& (./push-ubuntu-22.04.sh|tee push-ubuntu22.log)& (./push-opensuse-15.sh|tee push-opensuse_leap.log)& cd ${WORKSPACE}/eclipse.jdt.core/org.eclipse.jdt.core/docker/ chmod +x *.sh (./push-ubuntu-jikespg.sh|tee push-ubuntuJikespg.log)& wait
stage - (12 sec in block)Clean Docker Images
stage block (Clean Docker Images) - (12 sec in block)
sh - (11 sec in self)#!/bin/bash -x docker images docker system prune -a -f docker images
stage - (1.1 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (1.1 sec in block)
archiveArtifacts - (0.93 sec in self)**/*.log
emailext - (0.22 sec in self)