Skip to content
StepArgumentsStatus
Start of Pipeline - (6 min 13 sec in block)
podTemplate - (6 min 11 sec in block)centos-7
podTemplate block - (6 min 10 sec in block)
node - (6 min 9 sec in block)lsp4j-multi-build_release_0_21_4-g1fjv
node block - (5 min 50 sec in block)
stage - (6.1 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.8 sec in block)
checkout - (4.2 sec in self)
withEnv - (5 min 42 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (5 min 42 sec in block)
timestamps - (5 min 38 sec in block)
timestamps block - (5 min 38 sec in block)
stage - (4.5 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (3.7 sec in block)
tool - (0.53 sec in self)apache-maven-latest
envVarsForTool - (0.92 sec in self)
tool - (0.55 sec in self)temurin-jdk11-latest
envVarsForTool - (0.53 sec in self)
withEnv - (5 min 32 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (5 min 31 sec in block)
stage - (23 sec in block)Clean
stage block (Clean) - (21 sec in block)
tool - (7.7 sec in self)apache-maven-latest
envVarsForTool - (3.5 sec in self)
tool - (0.52 sec in self)temurin-jdk11-latest
envVarsForTool - (0.68 sec in self)
withEnv - (4 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (3.7 sec in block)
timeout - (1.7 sec in block)
timeout block - (1.4 sec in block)
sh - (0.76 sec in self) git status --ignored git clean -dfx git reset --hard HEAD git status --ignored
stage - (2 min 24 sec in block)Gradle
stage block (Gradle) - (2 min 23 sec in block)
tool - (0.54 sec in self)apache-maven-latest
envVarsForTool - (0.94 sec in self)
tool - (0.55 sec in self)temurin-jdk11-latest
envVarsForTool - (0.72 sec in self)
withEnv - (2 min 15 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (2 min 15 sec in block)
timeout - (2 min 13 sec in block)
timeout block - (2 min 12 sec in block)
sh - (0.54 sec in self)echo /opt/tools/java/temurin/jdk-11/latest
sh - (0.59 sec in self)java -version
sh - (0.57 sec in self)which java
sh - (2 min 10 sec in self)./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
stage - (48 sec in block)Maven
stage block (Maven) - (47 sec in block)
tool - (0.55 sec in self)apache-maven-latest
envVarsForTool - (0.92 sec in self)
tool - (0.53 sec in self)temurin-jdk11-latest
envVarsForTool - (0.67 sec in self)
withEnv - (39 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (38 sec in block)
timeout - (36 sec in block)
timeout block - (33 sec in block)
sh - (33 sec in self)mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
stage - (25 sec in block)japicmp
stage block (japicmp) - (22 sec in block)
tool - (0.53 sec in self)apache-maven-latest
envVarsForTool - (0.9 sec in self)
tool - (0.55 sec in self)temurin-jdk11-latest
envVarsForTool - (0.68 sec in self)
withEnv - (14 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (14 sec in block)
timeout - (12 sec in block)
timeout block - (11 sec in block)
sh - (11 sec in self)./releng/runjapicmp.sh
stage - (1 min 14 sec in block)Deploy Snapshot
stage block (Deploy Snapshot) - (1 min 14 sec in block)
tool - (0.55 sec in self)apache-maven-latest
envVarsForTool - (0.92 sec in self)
tool - (0.56 sec in self)temurin-jdk11-latest
envVarsForTool - (0.69 sec in self)
withEnv - (1 min 4 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 1 sec in block)
timeout - (59 sec in block)
timeout block - (58 sec in block)
withCredentials - (3.3 sec in block)
withCredentials block - (1.5 sec in block)
sh - (0.58 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 - (52 sec in block)
sshagent block - (47 sec in block)
sh - (46 sec in self)./releng/deploy-build.sh
stage - (12 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (12 sec in block)
junit - (0.99 sec in self)**/build/test-results/test/*.xml
archiveArtifacts - (8.3 sec in self)build/**