Skip to content
StepArgumentsStatus
Start of Pipeline - (23 min in block)
podTemplate - (23 min in block)centos-7
podTemplate block - (23 min in block)
node - (23 min in block)lsp4j-multi-build_main_80-0jbqx
node block - (3 min 54 sec in block)
stage - (7.2 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (7.2 sec in block)
checkout - (6.8 sec in self)
withEnv - (3 min 47 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 47 sec in block)
timestamps - (3 min 47 sec in block)
timestamps block - (3 min 47 sec in block)
stage - (1.6 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (1.6 sec in block)
tool - (20 ms in self)apache-maven-latest
envVarsForTool - (31 ms in self)
tool - (0.17 sec in self)oracle-jdk8-latest
envVarsForTool - (0.55 sec in self)
withEnv - (3 min 45 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (3 min 45 sec in block)
stage - (1.4 sec in block)Clean
stage block (Clean) - (1.4 sec in block)
tool - (83 ms in self)apache-maven-latest
envVarsForTool - (0.2 sec in self)
tool - (0.49 sec in self)oracle-jdk8-latest
envVarsForTool - (31 ms in self)
withEnv - (0.63 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (0.63 sec in block)
timeout - (0.54 sec in block)
timeout block - (0.51 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 55 sec in block)Gradle
stage block (Gradle) - (1 min 55 sec in block)
tool - (0.91 sec in self)apache-maven-latest
envVarsForTool - (10 ms in self)
tool - (5 ms in self)oracle-jdk8-latest
envVarsForTool - (0.41 sec in self)
withEnv - (1 min 52 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (1 min 52 sec in block)
timeout - (1 min 50 sec in block)
timeout block - (1 min 49 sec in block)
sh - (0.28 sec in self)echo /opt/tools/java/oracle/jdk-8/latest
sh - (0.27 sec in self)java -version
sh - (0.28 sec in self)which java
sh - (1 min 48 sec in self)./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
stage - (34 sec in block)Maven
stage block (Maven) - (34 sec in block)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (7 ms in self)
tool - (4 ms in self)oracle-jdk8-latest
envVarsForTool - (6 ms in self)
withEnv - (34 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (34 sec in block)
timeout - (34 sec in block)
timeout block - (34 sec in block)
sh - (34 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 - (5 ms in self)apache-maven-latest
envVarsForTool - (7 ms in self)
tool - (4 ms in self)oracle-jdk8-latest
envVarsForTool - (7 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 - (1 min 0 sec in block)Deploy Snapshot
stage block (Deploy Snapshot) - (1 min 0 sec in block)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (9 ms in self)
tool - (5 ms in self)oracle-jdk8-latest
envVarsForTool - (7 ms 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 - (1 min 0 sec in block)
timeout block - (1 min 0 sec in block)
withCredentials - (0.6 sec in block)
withCredentials block - (0.57 sec in block)
sh - (0.29 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.27 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 - (59 sec in block)
sshagent block - (59 sec in block)
sh - (59 sec in self)./releng/deploy-build.sh
stage - (2.8 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (2.8 sec in block)
junit - (0.54 sec in self)**/build/test-results/test/*.xml
archiveArtifacts - (2.2 sec in self)build/**