Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 25 sec in block)
node - (3 min 23 sec in block)
node block - (3 min 2 sec in block)
stage - (10 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (9.1 sec in block)
checkout - (8.5 sec in self)
withEnv - (2 min 51 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (2 min 50 sec in block)
withEnv - (2 min 48 sec in block)API_DIR
withEnv block - (2 min 48 sec in block)
stage - (4.3 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (3.6 sec in block)
tool - (0.52 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.88 sec in self)
tool - (0.5 sec in self)apache-maven-latest
envVarsForTool - (0.52 sec in self)
withEnv - (2 min 41 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (2 min 41 sec in block)
stage - (16 sec in block)Init
stage block (Init) - (15 sec in block)
tool - (0.52 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.88 sec in self)
tool - (0.5 sec in self)apache-maven-latest
envVarsForTool - (2.3 sec in self)
withEnv - (5.9 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (5.5 sec in block)
git - (1 sec in self)
withCredentials - (2.3 sec in block)
withCredentials block - (1.2 sec in block)
sh - (0.88 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.65 sec in self) git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
stage - (2 min 22 sec in block)Release
stage block (Release) - (2 min 22 sec in block)
tool - (0.51 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.89 sec in self)
tool - (0.5 sec in self)apache-maven-latest
envVarsForTool - (0.65 sec in self)
withEnv - (2 min 1 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (2 min 0 sec in block)
sshagent - (1 min 57 sec in block)
sshagent block - (1 min 56 sec in block)
sh - (1 min 55 sec in self) etc/jenkins/release.sh "${API_VERSION}" "${NEXT_API_VERSION}" "${DRY_RUN}" "${OVERWRITE}"