Skip to content
StepArgumentsStatus
Start of Pipeline - (8 min 7 sec in block)
node - (8 min 7 sec in block)docker-build
node block - (8 min 7 sec in block)
timeout - (8 min 7 sec in block)
timeout block - (8 min 7 sec in block)
timestamps - (8 min 7 sec in block)
timestamps block - (8 min 7 sec in block)
stage - (2.7 sec in block)Clean workspace
stage block (Clean workspace) - (2.7 sec in block)
sh - (2.7 sec in self)#!/bin/bash -x docker images docker system prune -a -f cd ${WORKSPACE} rm -rf *
stage - (1 min 6 sec in block)Get Docker Files
stage block (Get Docker Files) - (1 min 6 sec in block)
sh - (1 min 6 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 32 sec in block)Build Docker Images
stage block (Build Docker Images) - (4 min 32 sec in block)
sh - (4 min 32 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 14 sec in block)Push docker image
stage block (Push docker image) - (2 min 14 sec in block)
withDockerRegistry - (2 min 14 sec in block)
withDockerRegistry block - (2 min 14 sec in block)
sh - (2 min 14 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 - (9.9 sec in block)Clean Docker Images
stage block (Clean Docker Images) - (9.9 sec in block)
sh - (9.9 sec in self)#!/bin/bash -x docker images docker system prune -a -f docker images
stage - (0.68 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0.68 sec in block)
archiveArtifacts - (0.41 sec in self)**/*.log
emailext - (0.26 sec in self)