Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 53 sec in block)
podTemplate - (2 min 52 sec in block)centos-7
podTemplate block - (2 min 52 sec in block)
node - (2 min 52 sec in block)lsp4j-multi-build_jonah_2Fjava-11_2-5d1rh
node block - (2 min 45 sec in block)
stage - (10 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (9.9 sec in block)
checkout - (6.9 sec in self)
withEnv - (2 min 35 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (2 min 35 sec in block)
timestamps - (2 min 35 sec in block)
timestamps block - (2 min 35 sec in block)
stage - (1.5 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (1.5 sec in block)
tool - (0.38 sec in self)apache-maven-latest
envVarsForTool - (0.12 sec in self)
tool - (0.23 sec in self)temurin-jdk11-latest
envVarsForTool - (0.3 sec in self)
withEnv - (2 min 33 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (2 min 33 sec in block)
stage - (2.9 sec in block)Clean
stage block (Clean) - (2.9 sec in block)
tool - (1.1 sec in self)apache-maven-latest
envVarsForTool - (0.13 sec in self)
tool - (0.41 sec in self)temurin-jdk11-latest
envVarsForTool - (0.41 sec 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)
timeout - (0.53 sec in block)
timeout block - (0.52 sec in block)
sh - (0.5 sec in self) git status --ignored git clean -dfx git reset --hard HEAD git status --ignored
stage - (1 min 42 sec in block)Gradle
stage block (Gradle) - (1 min 42 sec in block)
tool - (0.1 sec in self)apache-maven-latest
envVarsForTool - (0.3 sec in self)
tool - (0.86 sec in self)temurin-jdk11-latest
envVarsForTool - (0.49 sec in self)
withEnv - (1 min 40 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 40 sec in block)
timeout - (1 min 40 sec in block)
timeout block - (1 min 40 sec in block)
sh - (0.29 sec in self)echo /opt/tools/java/temurin/jdk-11/latest
sh - (0.29 sec in self)java -version
sh - (0.37 sec in self)which java
sh - (1 min 39 sec in self)./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
stage - (29 sec in block)Maven
stage block (Maven) - (29 sec in block)
tool - (12 ms in self)apache-maven-latest
envVarsForTool - (15 ms in self)
tool - (0.11 sec in self)temurin-jdk11-latest
envVarsForTool - (0.1 sec in self)
withEnv - (29 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (28 sec in block)
timeout - (28 sec in block)
timeout block - (28 sec in block)
sh - (28 sec in self)mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
stage - (10 sec in block)japicmp
stage block (japicmp) - (10 sec in block)
tool - (14 ms in self)apache-maven-latest
envVarsForTool - (19 ms in self)
tool - (12 ms in self)temurin-jdk11-latest
envVarsForTool - (22 ms in self)
withEnv - (10 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (10 sec in block)
timeout - (10 sec in block)
timeout block - (10 sec in block)
sh - (10 sec in self)./releng/runjapicmp.sh
stage - (4.1 sec in block)Deploy Snapshot
stage block (Deploy Snapshot) - (4.1 sec in block)
tool - (12 ms in self)apache-maven-latest
envVarsForTool - (16 ms in self)
tool - (11 ms in self)temurin-jdk11-latest
envVarsForTool - (15 ms in self)
withEnv - (4 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (4 sec in block)
timeout - (3.9 sec in block)
timeout block - (3.9 sec in block)
withCredentials - (0.74 sec in block)
withCredentials block - (0.68 sec in block)
sh - (0.38 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
sshagent - (3.2 sec in block)
sshagent block - (3 sec in block)
sh - (3 sec in self)./releng/deploy-build.sh
stage - (4.1 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (4.1 sec in block)
junit - (0.62 sec in self)**/build/test-results/test/*.xml
archiveArtifacts - (3.5 sec in self)build/**