Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 3 min in block)
node - (1 hr 3 min in block)centos-latest
node block - (1 hr 3 min in block)
stage - (4 min 40 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4 min 40 sec in block)
checkout - (4 min 40 sec in self)
withEnv - (58 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (58 min in block)
timeout - (58 min in block)
timeout block - (58 min in block)
timestamps - (58 min in block)
timestamps block - (58 min in block)
stage - (0.3 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.29 sec in block)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (7 ms in self)
tool - (5 ms in self)temurin-jdk17-latest
envVarsForTool - (8 ms in self)
withEnv - (58 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (58 min in block)
stage - (1 sec in block)initialize PGP
stage block (initialize PGP) - (1 sec in block)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
tool - (5 ms in self)temurin-jdk17-latest
envVarsForTool - (6 ms in self)
withEnv - (0.72 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (0.71 sec in block)
withCredentials - (0.7 sec in block)
withCredentials block - (0.68 sec in block)
sh - (0.39 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.28 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 - (10 sec in block)Use master
stage block (Use master) - (10 sec in block)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
tool - (5 ms in self)temurin-jdk17-latest
envVarsForTool - (5 ms in self)
withEnv - (9.8 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (9.8 sec in block)
sh - (9.8 sec in self)git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"
stage - (34 sec in block)Deploy eclipse-platform-parent pom and eclipse-sdk target
stage block (Deploy eclipse-platform-parent pom and eclipse-sdk target) - (34 sec in block)
tool - (6 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 - (33 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (33 sec in block)
sh - (25 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 - (57 min in block)Build
stage block (Build) - (57 min in block)
tool - (0.22 sec in self)apache-maven-latest
envVarsForTool - (11 ms in self)
tool - (8 ms in self)temurin-jdk17-latest
envVarsForTool - (7 ms in self)
withEnv - (57 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (57 min in block)
withCredentials - (57 min in block)
withCredentials block - (57 min in block)
sh - (57 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 verify -e -Dmaven.repo.local=$WORKSPACE/.m2/repository -Pbree-libs ${MVN_ARGS} -Dmaven.test.skip=true -DskipTests=true -DaggregatorBuild=true -DapiBaselineTargetDirectory=${WORKSPACE} -Dgpg.passphrase="${KEYRING_PASSPHRASE}" -Dproject.build.sourceEncoding=UTF-8
archiveArtifacts - (0.6 sec in self)