Skip to content
StepArgumentsStatus
Start of Pipeline - (13 min in block)
node - (13 min in block)centos-latest
node block - (13 min in block)
stage - (4.3 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.3 sec in block)
checkout - (4.2 sec in self)
withEnv - (13 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (13 min in block)
sh - (0.38 sec in self)date +%Y%m%d%H%M
withEnv - (13 min in block)PUBLISH_LOCATION, BUILD_TIMESTAMP, TARGET_PLATFORM_PRIMARY, TARGET_PLATFORM_LATEST, TYCHO_VERSION
withEnv block - (13 min in block)
stage - (46 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (36 ms in block)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (9 ms in self)
tool - (8 ms in self)temurin-jdk17-latest
envVarsForTool - (7 ms in self)
withEnv - (13 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (13 min in block)
stage - (0.16 sec in block)Display Parameters
stage block (Display Parameters) - (0.14 sec in block)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (8 ms in self)
tool - (6 ms in self)temurin-jdk17-latest
envVarsForTool - (7 ms in self)
withEnv - (98 ms in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (89 ms in block)
script - (82 ms in block)
script block - (62 ms in block)
echo - (1 ms in self) BUILD_TIMESTAMP=202405160352 BUILD_TYPE=nightly ECLIPSE_SIGN=true PROMOTE=true BRANCH_NAME=master
stage - (6 min 55 sec in block)Test With Latest
stage block (Test With Latest) - (6 min 55 sec in block)
tool - (8 ms in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (10 ms in self)temurin-jdk17-latest
envVarsForTool - (0.21 sec in self)
withEnv - (6 min 55 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (6 min 55 sec in block)
xvnc - (6 min 55 sec in block)true
xvnc block - (6 min 38 sec in block)
dir - (6 min 38 sec in block).
dir block - (6 min 38 sec in block)
sh - (6 min 38 sec in self) mvn --fail-at-end --no-transfer-progress --update-snapshots -P!promote -Dmaven.repo.local=xpect-local-maven-repository -Dmaven.artifact.threads=16 -Declipsesign=false -Dtycho-version=${TYCHO_VERSION} -Dtarget-platform=${TARGET_PLATFORM_LATEST} clean integration-test
stage - (6 min 32 sec in block)Build With Primary
stage block (Build With Primary) - (6 min 32 sec in block)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (8 ms in self)
tool - (6 ms in self)temurin-jdk17-latest
envVarsForTool - (8 ms in self)
withEnv - (6 min 32 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (6 min 32 sec in block)
sshagent - (6 min 32 sec in block)
sshagent block - (6 min 32 sec in block)
xvnc - (6 min 32 sec in block)true
xvnc block - (6 min 21 sec in block)
dir - (6 min 21 sec in block).
dir block - (6 min 21 sec in block)
sh - (6 min 21 sec in self) if [[ $PROMOTE != true ]]; then promotion_argument='-P!promote' fi mvn --fail-at-end --no-transfer-progress --update-snapshots $promotion_argument -Dmaven.repo.local=xpect-local-maven-repository -Dmaven.artifact.threads=16 -Declipsesign=${ECLIPSE_SIGN} -Dtycho-version=${TYCHO_VERSION} -Dtarget-platform=${TARGET_PLATFORM_PRIMARY} -Dbuild.id=${BUILD_TIMESTAMP} -Dgit.commit=$GIT_COMMIT -Dbuild.type=$BUILD_TYPE -Dorg.eclipse.justj.p2.manager.build.url=$JOB_URL -Dorg.eclipse.justj.p2.manager.relative=$PUBLISH_LOCATION clean verify
stage - (3.6 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (3.6 sec in block)
junit - (1.4 sec in self)
archiveArtifacts - (0.91 sec in self)org.eclipse.xpect.releng/p2-repository/target/repository/**/*.*,org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-*.zip
deleteDir - (1.2 sec in self)
echo - (1 ms in self)matrix result check: curResult=SUCCESS lastResult=SUCCESS