Skip to content
StepArgumentsStatus
Start of Pipeline - (4 min 53 sec in block)
node - (4 min 47 sec in block)
node block - (4 min 27 sec in block)
stage - (9.5 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (7.9 sec in block)
checkout - (7.1 sec in self)
withEnv - (4 min 16 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 16 sec in block)
withEnv - (4 min 12 sec in block)API_DIR, SPEC_DIR
withEnv block - (4 min 12 sec in block)
stage - (6.5 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (5.2 sec in block)
tool - (1.4 sec in self)openjdk-jdk11-latest
envVarsForTool - (1 sec in self)
tool - (0.66 sec in self)apache-maven-latest
envVarsForTool - (0.73 sec in self)
withEnv - (4 min 3 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (4 min 3 sec in block)
stage - (16 sec in block)Init
stage block (Init) - (14 sec in block)
tool - (0.58 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.8 sec in self)
tool - (0.63 sec in self)apache-maven-latest
envVarsForTool - (0.43 sec in self)
withEnv - (6.3 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (6 sec in block)
git - (1.3 sec in self)
withCredentials - (2.3 sec in block)
withCredentials block - (1.1 sec in block)
sh - (0.7 sec in self) gpg --batch --import ${KEYRING} 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
sh - (0.58 sec in self) git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
stage - (3 min 44 sec in block)Build
stage block (Build) - (3 min 44 sec in block)
tool - (0.57 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.72 sec in self)
tool - (0.57 sec in self)apache-maven-latest
envVarsForTool - (0.71 sec in self)
withEnv - (3 min 36 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (3 min 35 sec in block)
sshagent - (3 min 13 sec in block)
sshagent block - (3 min 12 sec in block)
sh - (3 min 12 sec in self)etc/jenkins/continuous.sh
jacoco - (2.2 sec in self)
recordIssues - (17 sec in self){tools=[@java(), @javaDoc(), @spotBugs(useRankAsPriority=true)]}