Skip to content
StepArgumentsStatus
Start of Pipeline - (9 min 47 sec in block)
node - (9 min 46 sec in block)centos-latest
node block - (9 min 40 sec in block)
stage - (3.2 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.2 sec in block)
checkout - (3.2 sec in self)
withEnv - (9 min 37 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (9 min 37 sec in block)
sh - (0.34 sec in self)date +%Y%m%d%H%M
withEnv - (9 min 37 sec in block)PUBLISH_LOCATION, BUILD_TIMESTAMP, TARGET_PLATFORM_PRIMARY, TARGET_PLATFORM_LATEST, TYCHO_VERSION
withEnv block - (9 min 37 sec in block)
stage - (50 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (39 ms in block)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (6 ms in self)temurin-jdk17-latest
envVarsForTool - (8 ms in self)
withEnv - (9 min 36 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (9 min 36 sec in block)
stage - (0.13 sec in block)Display Parameters
stage block (Display Parameters) - (0.12 sec in block)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (9 ms in self)
tool - (6 ms in self)temurin-jdk17-latest
envVarsForTool - (9 ms in self)
withEnv - (73 ms in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (67 ms in block)
script - (59 ms in block)
script block - (41 ms in block)
echo - (1 ms in self) BUILD_TIMESTAMP=202405071534 BUILD_TYPE=nightly ECLIPSE_SIGN=true PROMOTE=true BRANCH_NAME=master
stage - (4 min 54 sec in block)Test With Latest
stage block (Test With Latest) - (4 min 54 sec in block)
tool - (7 ms in self)apache-maven-latest
envVarsForTool - (8 ms in self)
tool - (7 ms in self)temurin-jdk17-latest
envVarsForTool - (8 ms in self)
withEnv - (4 min 54 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (4 min 54 sec in block)
xvnc - (4 min 53 sec in block)true
xvnc block - (4 min 43 sec in block)
dir - (4 min 43 sec in block).
dir block - (4 min 43 sec in block)
sh - (4 min 43 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 - (4 min 40 sec in block)Build With Primary
stage block (Build With Primary) - (4 min 40 sec in block)
tool - (7 ms in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (8 ms in self)temurin-jdk17-latest
envVarsForTool - (9 ms in self)
withEnv - (4 min 40 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (4 min 40 sec in block)
sshagent - (4 min 40 sec in block)
sshagent block - (4 min 40 sec in block)
xvnc - (4 min 40 sec in block)true
xvnc block - (4 min 28 sec in block)
dir - (4 min 28 sec in block).
dir block - (4 min 28 sec in block)
sh - (4 min 28 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 - (2.2 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (2.2 sec in block)
junit - (0.9 sec in self)
archiveArtifacts - (0.68 sec in self)org.eclipse.xpect.releng/p2-repository/target/repository/**/*.*,org.eclipse.xpect.releng/p2-repository/target/org.eclipse.xpect.repository-*.zip
deleteDir - (0.64 sec in self)
echo - (1 ms in self)matrix result check: curResult=SUCCESS lastResult=SUCCESS