Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 43 sec in block)
node - (3 min 43 sec in block)centos-latest
node block - (3 min 31 sec in block)
stage - (2 min 35 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (2 min 35 sec in block)
checkout - (2 min 35 sec in self)
withEnv - (55 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (55 sec in block)
timeout - (55 sec in block)
timeout block - (55 sec in block)
timestamps - (55 sec in block)
timestamps block - (55 sec in block)
stage - (0.66 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.65 sec in block)
tool - (59 ms in self)apache-maven-latest
envVarsForTool - (0.11 sec in self)
tool - (17 ms in self)temurin-jdk17-latest
envVarsForTool - (81 ms in self)
withEnv - (55 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (55 sec in block)
stage - (1.3 sec in block)initialize PGP
stage block (initialize PGP) - (1.2 sec in block)
tool - (7 ms in self)apache-maven-latest
envVarsForTool - (27 ms in self)
tool - (0.11 sec in self)temurin-jdk17-latest
envVarsForTool - (10 ms in self)
withEnv - (0.7 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (0.7 sec in block)
withCredentials - (0.68 sec in block)
withCredentials block - (0.66 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 - (7 sec in block)Use master
stage block (Use master) - (7 sec in block)
tool - (0.11 sec in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (7 ms in self)temurin-jdk17-latest
envVarsForTool - (9 ms in self)
withEnv - (6.5 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (6.5 sec in block)
sh - (6.5 sec in self)git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"
stage - (35 sec in block)Deploy eclipse-platform-parent pom and eclipse-sdk target
stage block (Deploy eclipse-platform-parent pom and eclipse-sdk target) - (35 sec in block)
tool - (38 ms in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (7 ms in self)temurin-jdk17-latest
envVarsForTool - (9 ms in self)
withEnv - (34 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (34 sec in block)
sh - (23 sec in self)mvn clean deploy -f eclipse-platform-parent/pom.xml
sh - (11 sec in self)mvn clean deploy -f eclipse.platform.releng.prereqs.sdk/pom.xml
stage - (11 sec in block)Build
stage block (Build) - (11 sec in block)
tool - (8 ms in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (7 ms in self)temurin-jdk17-latest
envVarsForTool - (8 ms in self)
withEnv - (11 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (11 sec in block)
withCredentials - (11 sec in block)
withCredentials block - (11 sec in block)
sh - (11 sec 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 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 -Dcbi-ecj-version=99.99
archiveArtifacts - (0.14 sec in self)