Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 35 min in block)
node - (1 hr 35 min in block)docker-build
node block - (8 min 15 sec in block)
timeout - (8 min 15 sec in block)
timeout block - (8 min 15 sec in block)
timestamps - (8 min 15 sec in block)
timestamps block - (8 min 15 sec in block)
stage - (0.98 sec in block)Clean workspace
stage block (Clean workspace) - (0.97 sec in block)
sh - (0.96 sec in self)#!/bin/bash -x docker images docker system prune -a -f cd ${WORKSPACE} rm -rf *
stage - (1 min 5 sec in block)Get Docker Files
stage block (Get Docker Files) - (1 min 5 sec in block)
sh - (1 min 5 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 - (4 min 41 sec in block)Build Docker Images
stage block (Build Docker Images) - (4 min 41 sec in block)
sh - (4 min 41 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 19 sec in block)Push docker image
stage block (Push docker image) - (2 min 19 sec in block)
withDockerRegistry - (2 min 19 sec in block)
withDockerRegistry block - (2 min 19 sec in block)
sh - (2 min 19 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 - (8.1 sec in block)Clean Docker Images
stage block (Clean Docker Images) - (8.1 sec in block)
sh - (8.1 sec in self)#!/bin/bash -x docker images docker system prune -a -f docker images
stage - (0.66 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0.65 sec in block)
archiveArtifacts - (0.37 sec in self)**/*.log
emailext - (0.28 sec in self)