Skip to content
StepArgumentsStatus
Start of Pipeline - (5 min 6 sec in block)
podTemplate - (5 min 2 sec in block)centos-7
podTemplate block - (5 min 2 sec in block)
node - (5 min 2 sec in block)lsp4j-multi-build_main_117-0b5pt
node block - (4 min 46 sec in block)
stage - (8.2 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (8.1 sec in block)
checkout - (8.1 sec in self)
withEnv - (4 min 37 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 37 sec in block)
timestamps - (4 min 37 sec in block)
timestamps block - (4 min 37 sec in block)
stage - (0.16 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.12 sec in block)
tool - (16 ms in self)apache-maven-latest
envVarsForTool - (49 ms in self)
tool - (13 ms in self)temurin-jdk11-latest
envVarsForTool - (19 ms in self)
withEnv - (4 min 37 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (4 min 37 sec in block)
stage - (16 sec in block)Clean
stage block (Clean) - (16 sec in block)
tool - (25 ms in self)apache-maven-latest
envVarsForTool - (26 ms in self)
tool - (16 ms in self)temurin-jdk11-latest
envVarsForTool - (22 ms in self)
withEnv - (16 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (16 sec in block)
timeout - (15 sec in block)
timeout block - (14 sec in block)
sh - (2.2 sec in self) git status --ignored git clean -dfx git reset --hard HEAD git status --ignored
stage - (2 min 11 sec in block)Gradle
stage block (Gradle) - (2 min 11 sec in block)
tool - (14 ms in self)apache-maven-latest
envVarsForTool - (20 ms in self)
tool - (16 ms in self)temurin-jdk11-latest
envVarsForTool - (20 ms in self)
withEnv - (2 min 11 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (2 min 11 sec in block)
timeout - (2 min 11 sec in block)
timeout block - (2 min 11 sec in block)
sh - (0.29 sec in self)echo /opt/tools/java/temurin/jdk-11/latest
sh - (12 sec in self)java -version
sh - (0.29 sec in self)which java
sh - (1 min 58 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 - (14 ms in self)apache-maven-latest
envVarsForTool - (26 ms in self)
tool - (12 ms in self)temurin-jdk11-latest
envVarsForTool - (18 ms 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 - (12 sec in block)japicmp
stage block (japicmp) - (12 sec in block)
tool - (35 ms in self)apache-maven-latest
envVarsForTool - (22 ms in self)
tool - (10 ms in self)temurin-jdk11-latest
envVarsForTool - (17 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 - (1 min 6 sec in block)Deploy Snapshot
stage block (Deploy Snapshot) - (1 min 6 sec in block)
tool - (0.37 sec in self)apache-maven-latest
envVarsForTool - (0.19 sec in self)
tool - (1.7 sec in self)temurin-jdk11-latest
envVarsForTool - (2.2 sec in self)
withEnv - (59 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (59 sec in block)
timeout - (59 sec in block)
timeout block - (59 sec in block)
withCredentials - (5.6 sec in block)
withCredentials block - (3.1 sec in block)
sh - (0.91 sec in self)gpg --batch --import "${KEYRING}"
sh - (2.2 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 - (50 sec in block)
sshagent block - (45 sec in block)
sh - (45 sec in self)./releng/deploy-build.sh
stage - (19 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (19 sec in block)
junit - (3.7 sec in self)**/build/test-results/test/*.xml
archiveArtifacts - (15 sec in self)build/**