Skip to content
StepArgumentsStatus
Start of Pipeline - (4 min 20 sec in block)
node - (4 min 20 sec in block)
node block - (3 min 50 sec in block)
stage - (10 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (10 sec in block)
checkout - (10 sec in self)
withEnv - (3 min 40 sec in block)GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (3 min 40 sec in block)
withEnv - (3 min 40 sec in block)
withEnv block - (3 min 40 sec in block)
stage - (89 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (69 ms in block)
tool - (12 ms in self)openjdk-jdk11-latest
envVarsForTool - (16 ms in self)
tool - (11 ms in self)apache-maven-latest
envVarsForTool - (12 ms in self)
withEnv - (3 min 40 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (3 min 40 sec in block)
stage - (1.6 sec in block)Init
stage block (Init) - (1.6 sec in block)
tool - (11 ms in self)openjdk-jdk11-latest
envVarsForTool - (15 ms in self)
tool - (10 ms in self)apache-maven-latest
envVarsForTool - (13 ms in self)
withEnv - (1.5 sec in block)
withEnv block - (1.5 sec in block)
git - (0.71 sec in self)
withCredentials - (0.48 sec in block)
withCredentials block - (0.44 sec in block)
sh - (0.42 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.3 sec in self) git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
stage - (3 min 38 sec in block)Build
stage block (Build) - (3 min 38 sec in block)
tool - (12 ms in self)openjdk-jdk11-latest
envVarsForTool - (18 ms in self)
tool - (11 ms in self)apache-maven-latest
envVarsForTool - (14 ms in self)
withEnv - (3 min 38 sec in block)
withEnv block - (3 min 38 sec in block)
sshagent - (3 min 24 sec in block)
sshagent block - (3 min 24 sec in block)
sh - (3 min 23 sec in self) etc/jenkins/continuous.sh
recordIssues - (14 sec in self){tools=[@spotBugs(useRankAsPriority=true)]}