Skip to content
StepArgumentsStatus
Start of Pipeline - (50 min in block)
node - (50 min in block)centos-latest
node block - (50 min in block)
stage - (3 min 3 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3 min 3 sec in block)
checkout - (3 min 2 sec in self)
withEnv - (47 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (47 min in block)
timeout - (47 min in block)
timeout block - (47 min in block)
timestamps - (47 min in block)
timestamps block - (47 min in block)
stage - (1.6 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (1.6 sec in block)
tool - (10 ms in self)apache-maven-latest
envVarsForTool - (0.12 sec in self)
tool - (1 sec in self)temurin-jdk17-latest
envVarsForTool - (0.13 sec in self)
withEnv - (47 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (47 min in block)
stage - (3.8 sec in block)initialize PGP
stage block (initialize PGP) - (3.8 sec in block)
tool - (0.18 sec in self)apache-maven-latest
envVarsForTool - (0.68 sec in self)
tool - (7 ms in self)temurin-jdk17-latest
envVarsForTool - (31 ms in self)
withEnv - (1.6 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1.6 sec in block)
withCredentials - (1.6 sec in block)
withCredentials block - (0.65 sec in block)
sh - (0.37 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.27 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.9 sec in block)Use master
stage block (Use master) - (8.9 sec in block)
tool - (25 ms in self)apache-maven-latest
envVarsForTool - (0.12 sec in self)
tool - (0.85 sec in self)temurin-jdk17-latest
envVarsForTool - (9 ms in self)
withEnv - (7.3 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (7.3 sec in block)
sh - (7.3 sec in self)git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"
stage - (29 sec in block)Deploy eclipse-platform-parent pom and eclipse-sdk target
stage block (Deploy eclipse-platform-parent pom and eclipse-sdk target) - (29 sec in block)
tool - (88 ms in self)apache-maven-latest
envVarsForTool - (0.12 sec in self)
tool - (6 ms in self)temurin-jdk17-latest
envVarsForTool - (8 ms in self)
withEnv - (28 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (28 sec in block)
sh - (19 sec in self)mvn clean deploy -f eclipse-platform-parent/pom.xml
sh - (8.2 sec in self)mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml
stage - (46 min in block)Build
stage block (Build) - (46 min in block)
tool - (0.17 sec in self)apache-maven-latest
envVarsForTool - (8 ms in self)
tool - (0.12 sec in self)temurin-jdk17-latest
envVarsForTool - (0.11 sec in self)
withEnv - (46 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (46 min in block)
withCredentials - (46 min in block)
withCredentials block - (46 min in block)
sh - (46 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.67 sec in self)