Skip to content
StepArgumentsStatus
Start of Pipeline - (8 min 27 sec in block)
podTemplate - (8 min 25 sec in block)centos-7
podTemplate block - (8 min 24 sec in block)
node - (8 min 23 sec in block)lsp4j-multi-build_main_119-hm1cz
node block - (8 min 6 sec in block)
stage - (7.7 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (6.3 sec in block)
checkout - (5.6 sec in self)
withEnv - (7 min 57 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (7 min 57 sec in block)
timestamps - (7 min 54 sec in block)
timestamps block - (7 min 54 sec in block)
stage - (4.5 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (3.7 sec in block)
tool - (0.52 sec in self)apache-maven-latest
envVarsForTool - (0.96 sec in self)
tool - (0.54 sec in self)temurin-jdk11-latest
envVarsForTool - (0.54 sec in self)
withEnv - (7 min 48 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (7 min 47 sec in block)
stage - (27 sec in block)Clean
stage block (Clean) - (26 sec in block)
tool - (0.54 sec in self)apache-maven-latest
envVarsForTool - (1 sec in self)
tool - (0.69 sec in self)temurin-jdk11-latest
envVarsForTool - (0.69 sec in self)
withEnv - (3.9 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (3.7 sec in block)
timeout - (1.6 sec in block)
timeout block - (1.3 sec in block)
sh - (0.73 sec in self) git status --ignored git clean -dfx git reset --hard HEAD git status --ignored
stage - (3 min 49 sec in block)Gradle
stage block (Gradle) - (3 min 48 sec in block)
tool - (5.8 sec in self)apache-maven-latest
envVarsForTool - (0.99 sec in self)
tool - (0.57 sec in self)temurin-jdk11-latest
envVarsForTool - (0.77 sec in self)
withEnv - (3 min 34 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (3 min 34 sec in block)
timeout - (3 min 32 sec in block)
timeout block - (3 min 32 sec in block)
sh - (0.57 sec in self)echo /opt/tools/java/temurin/jdk-11/latest
sh - (0.81 sec in self)java -version
sh - (0.56 sec in self)which java
sh - (3 min 29 sec in self)./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
stage - (1 min 9 sec in block)Maven
stage block (Maven) - (1 min 8 sec in block)
tool - (0.54 sec in self)apache-maven-latest
envVarsForTool - (0.69 sec in self)
tool - (0.54 sec in self)temurin-jdk11-latest
envVarsForTool - (0.68 sec in self)
withEnv - (1 min 0 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 0 sec in block)
timeout - (58 sec in block)
timeout block - (58 sec in block)
sh - (57 sec in self)mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
stage - (32 sec in block)japicmp
stage block (japicmp) - (31 sec in block)
tool - (0.52 sec in self)apache-maven-latest
envVarsForTool - (0.95 sec in self)
tool - (2.2 sec in self)temurin-jdk11-latest
envVarsForTool - (0.68 sec in self)
withEnv - (21 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (20 sec in block)
timeout - (18 sec in block)
timeout block - (18 sec in block)
sh - (17 sec in self)./releng/runjapicmp.sh
stage - (1 min 31 sec in block)Deploy Snapshot
stage block (Deploy Snapshot) - (1 min 30 sec in block)
tool - (0.54 sec in self)apache-maven-latest
envVarsForTool - (0.92 sec in self)
tool - (0.54 sec in self)temurin-jdk11-latest
envVarsForTool - (0.67 sec in self)
withEnv - (1 min 22 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 22 sec in block)
timeout - (1 min 20 sec in block)
timeout block - (1 min 19 sec in block)
withCredentials - (2.8 sec in block)
withCredentials block - (1.5 sec in block)
sh - (0.61 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.57 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 - (1 min 15 sec in block)
sshagent block - (1 min 11 sec in block)
sh - (1 min 10 sec in self)./releng/deploy-build.sh
stage - (15 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (15 sec in block)
junit - (1.1 sec in self)**/build/test-results/test/*.xml
archiveArtifacts - (12 sec in self)build/**