Skip to content
StepArgumentsStatus
Start of Pipeline - (4 min 8 sec in block)
node - (4 min 7 sec in block)centos-latest
node block - (3 min 59 sec in block)
stage - (3 min 23 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3 min 23 sec in block)
checkout - (3 min 23 sec in self)
withEnv - (35 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (35 sec in block)
timeout - (35 sec in block)
timeout block - (35 sec in block)
stage - (41 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (32 ms in block)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (7 ms in self)
tool - (5 ms in self)openjdk-jdk17-latest
envVarsForTool - (6 ms in self)
withEnv - (35 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (35 sec in block)
stage - (1.7 sec in block)initialize PGP
stage block (initialize PGP) - (1.7 sec in block)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
tool - (5 ms in self)openjdk-jdk17-latest
envVarsForTool - (6 ms in self)
withEnv - (1.7 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.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) - (9.9 sec in block)
tool - (4 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
tool - (4 ms in self)openjdk-jdk17-latest
envVarsForTool - (5 ms in self)
withEnv - (9.9 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (9.9 sec in block)
sh - (9.9 sec in self)git submodule foreach "git fetch origin master; git checkout FETCH_HEAD"
stage - (22 sec in block)Build
stage block (Build) - (22 sec in block)
tool - (4 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
tool - (4 ms in self)openjdk-jdk17-latest
envVarsForTool - (5 ms in self)
withEnv - (22 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (22 sec in block)
withCredentials - (22 sec in block)
withCredentials block - (22 sec in block)
sh - (22 sec in self) mvn clean verify -Dmaven.repo.local=$WORKSPACE/.m2/repository -Pbree-libs -Peclipse-sign -Dmaven.test.skip=true -DskipTests=true -DaggregatorBuild=true -DapiBaselineTargetDirectory=${WORKSPACE} -Dgpg.passphrase="${KEYRING_PASSPHRASE}" -Dproject.build.sourceEncoding=UTF-8
archiveArtifacts - (0.13 sec in self)