Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 49 sec in block)
podTemplate - (3 min 39 sec in block)centos-7
podTemplate block - (3 min 39 sec in block)
node - (3 min 38 sec in block)lsp4j-multi-build_main_118-5b1jv
node block - (3 min 25 sec in block)
stage - (9.7 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (7.9 sec in block)
checkout - (7.9 sec in self)
withEnv - (3 min 15 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 15 sec in block)
timestamps - (3 min 15 sec in block)
timestamps block - (3 min 15 sec in block)
stage - (8.4 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (8.3 sec in block)
tool - (24 ms in self)apache-maven-latest
envVarsForTool - (67 ms in self)
tool - (46 ms in self)temurin-jdk11-latest
envVarsForTool - (70 ms in self)
withEnv - (3 min 5 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (3 min 5 sec in block)
stage - (2.5 sec in block)Clean
stage block (Clean) - (2.4 sec in block)
tool - (0.11 sec in self)apache-maven-latest
envVarsForTool - (56 ms in self)
tool - (70 ms in self)temurin-jdk11-latest
envVarsForTool - (52 ms in self)
withEnv - (1.9 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1.2 sec in block)
timeout - (0.57 sec in block)
timeout block - (0.54 sec in block)
sh - (0.52 sec in self) git status --ignored git clean -dfx git reset --hard HEAD git status --ignored
stage - (2 min 0 sec in block)Gradle
stage block (Gradle) - (1 min 59 sec in block)
tool - (48 ms in self)apache-maven-latest
envVarsForTool - (29 ms in self)
tool - (17 ms in self)temurin-jdk11-latest
envVarsForTool - (54 ms in self)
withEnv - (1 min 59 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 59 sec in block)
timeout - (1 min 59 sec in block)
timeout block - (1 min 53 sec in block)
sh - (0.33 sec in self)echo /opt/tools/java/temurin/jdk-11/latest
sh - (0.3 sec in self)java -version
sh - (0.29 sec in self)which java
sh - (1 min 52 sec in self)./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
stage - (31 sec in block)Maven
stage block (Maven) - (31 sec in block)
tool - (25 ms in self)apache-maven-latest
envVarsForTool - (34 ms in self)
tool - (55 ms in self)temurin-jdk11-latest
envVarsForTool - (0.29 sec in self)
withEnv - (30 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (30 sec in block)
timeout - (30 sec in block)
timeout block - (30 sec in block)
sh - (30 sec in self)mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
stage - (11 sec in block)japicmp
stage block (japicmp) - (11 sec in block)
tool - (13 ms in self)apache-maven-latest
envVarsForTool - (30 ms in self)
tool - (12 ms in self)temurin-jdk11-latest
envVarsForTool - (20 ms in self)
withEnv - (11 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (11 sec in block)
timeout - (11 sec in block)
timeout block - (11 sec in block)
sh - (11 sec in self)./releng/runjapicmp.sh
stage - (14 sec in block)Deploy Snapshot
stage block (Deploy Snapshot) - (13 sec in block)
tool - (10 ms in self)apache-maven-latest
envVarsForTool - (52 ms in self)
tool - (11 ms in self)temurin-jdk11-latest
envVarsForTool - (20 ms in self)
withEnv - (13 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (13 sec in block)
timeout - (13 sec in block)
timeout block - (13 sec in block)
withCredentials - (0.87 sec in block)
withCredentials block - (0.65 sec in block)
sh - (0.36 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 - (12 sec in block)
sshagent block - (11 sec in block)
sh - (11 sec in self)./releng/deploy-build.sh
stage - (5.7 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (5.6 sec in block)
junit - (0.87 sec in self)**/build/test-results/test/*.xml
archiveArtifacts - (4.7 sec in self)build/**