Skip to content
StepArgumentsStatus
Start of Pipeline - (12 min in block)
echo - (3 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (12 min in block)
podTemplate block - (12 min in block)
node - (12 min in block)aggrbuild-pod
node block - (12 min in block)
container - (12 min in block)container
container block - (12 min in block)
withEnv - (12 min in block)MAVEN_OPTS, PATH, CJE_ROOT, logDir
withEnv block - (12 min in block)
timeout - (12 min in block)
timeout block - (12 min in block)
timestamps - (12 min in block)
timestamps block - (12 min in block)
stage - (10 sec in block)Clean Workspace
stage block (Clean Workspace) - (8.8 sec in block)
container - (1.9 sec in block)jnlp
container block - (1.6 sec in block)
sh - (0.94 sec in self) cd $WORKSPACE rm -rf *
stage - (21 sec in block)Setup intial configuration
stage block (Setup intial configuration) - (19 sec in block)
container - (12 sec in block)jnlp
container block - (10 sec in block)
sshagent - (8.6 sec in block)
sshagent block - (6.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.8 sec in block)
sh - (4.1 sec in self) git clone -b R4_23_maintenance git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
sh - (1.3 sec in self) cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production chmod +x mbscripts/* mkdir -p $logDir
stage - (17 sec in block)Genrerate environment variables
stage block (Genrerate environment variables) - (15 sec in block)
container - (8.6 sec in block)jnlp
container block - (2.8 sec in block)
sh - (2 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 - (23 sec in block)Export environment variables stage 1
stage block (Export environment variables stage 1) - (22 sec in block)
container - (13 sec in block)jnlp
container block - (11 sec in block)
script - (5 sec in block)
script block - (4.7 sec in block)
sh - (1 sec in self)echo $(source $CJE_ROOT/buildproperties.shsource;echo $BUILD_TYPE$TIMESTAMP)
sh - (0.84 sec in self)echo $(source $CJE_ROOT/buildproperties.shsource;echo $RELEASE_VER)
stage - (4 min 30 sec in block)Clone Repositories
stage block (Clone Repositories) - (4 min 29 sec in block)
container - (4 min 22 sec in block)jnlp
container block - (4 min 21 sec in block)
sshagent - (4 min 20 sec in block)
sshagent block - (4 min 18 sec in block)
sh - (4 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 - (29 sec in block)Tag Build Inputs
stage block (Tag Build Inputs) - (28 sec in block)
container - (21 sec in block)jnlp
container block - (21 sec in block)
sshagent - (19 sec in block)
sshagent block - (11 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.3 sec in block)Copy build scripts for P-build
stage block (Copy build scripts for P-build) - (8.1 sec in block)
container - (1.8 sec in block)jnlp
container block - (1.5 sec in block)
sh - (0.81 sec in self)
stage - (4 min 56 sec in block)Aggregator maven build
stage block (Aggregator maven build) - (4 min 55 sec in block)
container - (4 min 48 sec in block)jnlp
container block - (4 min 48 sec in block)
tool - (0.57 sec in self)openjdk-jdk11-latest
withEnv - (4 min 46 sec in block)JAVA_HOME
withEnv block - (4 min 46 sec in block)
sh - (4 min 45 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 - (8 sec in block)jnlp
container block - (7.7 sec in block)
tool - (0.56 sec in self)openjdk-jdk11-latest
withEnv - (6 sec in block)JAVA_HOME
withEnv block - (5.7 sec in block)
withAnt - (4.5 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 - (11 sec in block)Export environment variables stage 2
stage block (Export environment variables stage 2) - (10 sec in block)
container - (4.1 sec in block)jnlp
container block - (3.8 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 - (14 sec in block)Archive artifacts
stage block (Archive artifacts) - (13 sec in block)
archiveArtifacts - (7.5 sec in self)**/siteDir/**
stage - (15 sec in block)Promote Update Site
stage block (Promote Update Site) - (15 sec in block)
container - (8.6 sec in block)jnlp
container block - (8.3 sec in block)
sshagent - (7.2 sec in block)
sshagent block - (5.6 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)