Skip to content
StepArgumentsStatus
Start of Pipeline - (2 hr 12 min in block)
node - (2 hr 12 min in block)centos-latest
node block - (2 hr 12 min in block)
stage - (4 min 3 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4 min 3 sec in block)
checkout - (4 min 3 sec in self)
withEnv - (2 hr 8 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 hr 8 min in block)
timeout - (2 hr 8 min in block)
timeout block - (2 hr 8 min in block)
timestamps - (2 hr 8 min in block)
timestamps block - (2 hr 8 min in block)
stage - (0.38 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.37 sec in block)
tool - (4 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
tool - (4 ms in self)temurin-jdk21-latest
envVarsForTool - (5 ms in self)
withEnv - (2 hr 8 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (2 hr 8 min in block)
stage - (1.2 sec in block)initialize PGP
stage block (initialize PGP) - (1.2 sec in block)
tool - (8 ms in self)apache-maven-latest
envVarsForTool - (27 ms in self)
tool - (9 ms in self)temurin-jdk21-latest
envVarsForTool - (18 ms in self)
withEnv - (0.77 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (0.76 sec in block)
withCredentials - (0.74 sec in block)
withCredentials block - (0.7 sec in block)
sh - (0.4 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.29 sec in self)for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u); do echo -e "5 y " | gpg --batch --command-fd 0 --expert --edit-key ${fpr} trust; done
stage - (8.3 sec in block)Use master
stage block (Use master) - (8.3 sec in block)
tool - (4 ms in self)apache-maven-latest
envVarsForTool - (5 ms in self)
tool - (4 ms in self)temurin-jdk21-latest
envVarsForTool - (5 ms in self)
withEnv - (7.9 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (7.9 sec in block)
sh - (7.9 sec in self)git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"
stage - (45 sec in block)Deploy eclipse-platform-parent pom and eclipse-sdk target
stage block (Deploy eclipse-platform-parent pom and eclipse-sdk target) - (44 sec in block)
tool - (4 ms in self)apache-maven-latest
envVarsForTool - (5 ms in self)
tool - (4 ms in self)temurin-jdk21-latest
envVarsForTool - (5 ms in self)
withEnv - (44 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (44 sec in block)
sh - (28 sec in self)mvn clean deploy -f eclipse-platform-parent/pom.xml
sh - (15 sec in self)mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml
stage - (2 hr 7 min in block)Build
stage block (Build) - (2 hr 7 min in block)
tool - (14 ms in self)apache-maven-latest
envVarsForTool - (12 ms in self)
tool - (11 ms in self)temurin-jdk21-latest
envVarsForTool - (15 ms in self)
withEnv - (2 hr 7 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (2 hr 7 min in block)
withCredentials - (2 hr 7 min in block)
withCredentials block - (2 hr 7 min in block)
sh - (2 hr 7 min in self) if [[ ${BRANCH_NAME} == master ]] || [[ ${BRANCH_NAME} =~ ^R[0-9]_[0-9]+_maintenance ]]; then MVN_ARGS="-Peclipse-sign" else MVN_ARGS= export KEYRING="deadbeef" export KEYRING_PASSPHRASE="none" fi mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$WORKSPACE/.m2/repository -U mvn clean verify -e -Dmaven.repo.local=$WORKSPACE/.m2/repository -Pbree-libs ${MVN_ARGS} -DskipTests=true -Dcompare-version-with-baselines.skip=false -DapiBaselineTargetDirectory=${WORKSPACE} -Dgpg.passphrase="${KEYRING_PASSPHRASE}" -Dcbi-ecj-version=99.99 -U
archiveArtifacts - (0.88 sec in self)