Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 15 sec in block)
podTemplate - (1 min 14 sec in block)centos-8
podTemplate block - (1 min 14 sec in block)
node - (1 min 14 sec in block)xtext-umbrella_master_3243-601bl
node block - (1 min 4 sec in block)
stage - (3.6 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.5 sec in block)
checkout - (3.5 sec in self)
withEnv - (1 min 0 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (1 min 0 sec in block)
timeout - (1 min 0 sec in block)
timeout block - (1 min 0 sec in block)
stage - (54 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (42 ms in block)
tool - (6 ms in self)apache-maven-3.8.6
envVarsForTool - (11 ms in self)
tool - (6 ms in self)temurin-jdk11-latest
envVarsForTool - (11 ms in self)
withEnv - (1 min 0 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 0 sec in block)
stage - (0.93 sec in block)Initialize
stage block (Initialize) - (0.92 sec in block)
tool - (6 ms in self)apache-maven-3.8.6
envVarsForTool - (15 ms in self)
tool - (7 ms in self)temurin-jdk11-latest
envVarsForTool - (13 ms in self)
withEnv - (0.85 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (0.84 sec in block)
script - (40 ms in block)
script block - (27 ms in block)
properties - (21 ms in self)
sh - (0.45 sec in self) if [ -d ".git" ]; then git reset --hard fi
dir - (24 ms in block)build
dir block - (12 ms in block)
deleteDir - (6 ms in self)
dir - (21 ms in block).m2/repository/org/eclipse/xtext
dir block - (10 ms in block)
deleteDir - (5 ms in self)
dir - (19 ms in block).m2/repository/org/eclipse/xtend
dir block - (10 ms in block)
deleteDir - (5 ms in self)
sh - (0.28 sec in self) sed_inplace() { if [[ "$OSTYPE" == "darwin"* ]]; then sed -i '' "$@" else sed -i "$@" fi } targetfiles="$(find releng -type f -iname '*.target')" for targetfile in $targetfiles do echo "Redirecting target platforms in $targetfile to $JENKINS_URL" sed_inplace "s?<repository location=\".*/job/\([^/]*\)/job/\([^/]*\)/?<repository location=\"$JENKINS_URL/job/\1/job/\2/?" $targetfile done
stage - (51 sec in block)Maven Build
stage block (Maven Build) - (51 sec in block)
tool - (7 ms in self)apache-maven-3.8.6
envVarsForTool - (15 ms in self)
tool - (8 ms in self)temurin-jdk11-latest
envVarsForTool - (10 ms in self)
withEnv - (51 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (51 sec in block)
sh - (51 sec in self) mvn -f releng --batch-mode --update-snapshots -fae -Dmaven.repo.local=$WORKSPACE/.m2/repository -Dtycho.disableP2Mirrors=true clean install
stage - (7.7 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (7.7 sec in block)
archiveArtifacts - (7.6 sec in self)build/**
script - (35 ms in block)
script block - (8 ms in block)
script - (16 ms in block)
script block - (8 ms in block)