Skip to content
StepArgumentsStatus
Start of Pipeline - (9 min 23 sec in block)
echo - (3 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (9 min 21 sec in block)
podTemplate block - (9 min 20 sec in block)
node - (9 min 19 sec in block)aggrbuild-pod
node block - (9 min 9 sec in block)
container - (9 min 7 sec in block)container
container block - (9 min 7 sec in block)
withEnv - (9 min 2 sec in block)MAVEN_OPTS, PATH, CJE_ROOT, logDir
withEnv block - (9 min 2 sec in block)
timeout - (9 min 0 sec in block)
timeout block - (9 min 0 sec in block)
timestamps - (8 min 58 sec in block)
timestamps block - (8 min 58 sec in block)
stage - (9.4 sec in block)Clean Workspace
stage block (Clean Workspace) - (8.3 sec in block)
container - (1.9 sec in block)jnlp
container block - (1.7 sec in block)
sh - (1 sec in self) cd $WORKSPACE rm -rf *
stage - (16 sec in block)Setup intial configuration
stage block (Setup intial configuration) - (15 sec in block)
container - (9.2 sec in block)jnlp
container block - (8.9 sec in block)
sshagent - (7.4 sec in block)
sshagent block - (5.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4 sec in block)
sh - (3.3 sec in self) git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
sh - (0.82 sec in self) cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production chmod +x mbscripts/* mkdir -p $logDir
stage - (9.3 sec in block)Genrerate environment variables
stage block (Genrerate environment variables) - (8.1 sec in block)
container - (1.7 sec in block)jnlp
container block - (1.5 sec in block)
sh - (0.81 sec in self) cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts cp ../P-build/buildproperties.txt ../buildproperties.txt ./mb010_createEnvfiles.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb010_createEnvfiles.sh.log if [[ ${PIPESTATUS[0]} -ne 0 ]] then echo "Failed in Genrerate environment variables stage" exit 1 fi
stage - (11 sec in block)Load PGP keys
stage block (Load PGP keys) - (10 sec in block)
withCredentials - (5.3 sec in block)
withCredentials block - (4.4 sec in block)
container - (1.8 sec in block)jnlp
container block - (1.5 sec in block)
sh - (0.85 sec in self) cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts ./mb011_loadPGPKeys.sh 2>&1 | tee $logDir/mb011_loadPGPKeys.sh.log if [[ ${PIPESTATUS[0]} -ne 0 ]] then echo "Failed in Load PGP keys" exit 1 fi
stage - (11 sec in block)Export environment variables stage 1
stage block (Export environment variables stage 1) - (10 sec in block)
container - (4 sec in block)jnlp
container block - (3.7 sec in block)
script - (2.6 sec in block)
script block - (2.3 sec in block)
sh - (0.84 sec in self)echo $(source $CJE_ROOT/buildproperties.shsource;echo $BUILD_TYPE$TIMESTAMP)
sh - (0.83 sec in self)echo $(source $CJE_ROOT/buildproperties.shsource;echo $RELEASE_VER)
stage - (2 min 29 sec in block)Clone Repositories
stage block (Clone Repositories) - (2 min 28 sec in block)
container - (2 min 22 sec in block)jnlp
container block - (2 min 21 sec in block)
sshagent - (2 min 20 sec in block)
sshagent block - (2 min 18 sec in block)
sh - (2 min 18 sec in self) git config --global user.email "releng-bot@eclipse.org" git config --global user.name "Eclipse Releng Bot" cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts ./mb100_cloneRepos.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb100_cloneRepos.sh.log if [[ ${PIPESTATUS[0]} -ne 0 ]] then echo "Failed in Clone Repositories stage" exit 1 fi
stage - (23 sec in block)Tag Build Inputs
stage block (Tag Build Inputs) - (22 sec in block)
container - (16 sec in block)jnlp
container block - (15 sec in block)
sshagent - (14 sec in block)
sshagent block - (12 sec in block)
sh - (11 sec in self) git config --global user.email "releng-bot@eclipse.org" git config --global user.name "Eclipse Releng Bot" cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts bash -x ./mb110_tagBuildInputs.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb110_tagBuildInputs.sh.log if [[ ${PIPESTATUS[0]} -ne 0 ]] then echo "Failed in Tag Build Inputs stage" exit 1 fi
stage - (9.2 sec in block)Copy build scripts for P-build
stage block (Copy build scripts for P-build) - (8 sec in block)
container - (1.7 sec in block)jnlp
container block - (1.5 sec in block)
sh - (0.81 sec in self)
stage - (3 min 53 sec in block)Aggregator maven build
stage block (Aggregator maven build) - (3 min 51 sec in block)
container - (3 min 45 sec in block)jnlp
container block - (3 min 45 sec in block)
tool - (0.56 sec in self)openjdk-jdk11-latest
withEnv - (3 min 43 sec in block)JAVA_HOME
withEnv block - (3 min 43 sec in block)
sh - (3 min 42 sec in self) cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts unset JAVA_TOOL_OPTIONS unset _JAVA_OPTIONS ./mb220_buildSdkPatch.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb220_buildSdkPatch.sh.log if [[ ${PIPESTATUS[0]} -ne 0 ]] then echo "Failed in Aggregator maven build stage" exit 1 fi
stage - (15 sec in block)Gather Eclipse Parts
stage block (Gather Eclipse Parts) - (14 sec in block)
container - (7.9 sec in block)jnlp
container block - (7.6 sec in block)
tool - (0.58 sec in self)openjdk-jdk11-latest
withEnv - (5.8 sec in block)JAVA_HOME
withEnv block - (5.5 sec in block)
withAnt - (4.3 sec in block)
withAnt block - (1.2 sec in block)
sh - (0.84 sec in self) cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts bash -x ./mb300_gatherEclipseParts.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb300_gatherEclipseParts.sh.log if [[ ${PIPESTATUS[0]} -ne 0 ]] then echo "Failed in Gather Eclipse Parts stage" exit 1 fi
stage - (12 sec in block)Export environment variables stage 2
stage block (Export environment variables stage 2) - (10 sec in block)
container - (4.3 sec in block)jnlp
container block - (4 sec in block)
script - (2.8 sec in block)
script block - (2.5 sec in block)
sh - (1 sec in self)echo $(source $CJE_ROOT/buildproperties.shsource;echo $BUILD_TYPE$TIMESTAMP)
sh - (0.83 sec in self)echo $(source $CJE_ROOT/buildproperties.shsource;echo $RELEASE_VER)
stage - (13 sec in block)Archive artifacts
stage block (Archive artifacts) - (12 sec in block)
archiveArtifacts - (6.1 sec in self)**/siteDir/**
stage - (16 sec in block)Promote Update Site
stage block (Promote Update Site) - (15 sec in block)
container - (8.7 sec in block)jnlp
container block - (8.4 sec in block)
sshagent - (7.3 sec in block)
sshagent block - (5.7 sec in block)
sh - (4.9 sec in self) cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts ./mb620_promoteUpdateSite.sh $CJE_ROOT/buildproperties.shsource
stage - (4.1 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (3.8 sec in block)
emailext - (1.2 sec in self)