Skip to content
StepArgumentsStatus
Start of Pipeline - (6 min 21 sec in block)
node - (6 min 19 sec in block)
node block - (6 min 7 sec in block)
stage - (8.8 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (8.7 sec in block)
checkout - (8.5 sec in self)
withEnv - (5 min 58 sec in block)GIT_COMMIT, GIT_URL
withEnv block - (5 min 58 sec in block)
withEnv - (5 min 58 sec in block)API_DIR, SPEC_DIR
withEnv block - (5 min 57 sec in block)
stage - (0.47 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.35 sec in block)
tool - (67 ms in self)oracle-jdk8-latest
envVarsForTool - (82 ms in self)
tool - (69 ms in self)apache-maven-latest
envVarsForTool - (65 ms in self)
withEnv - (5 min 57 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (5 min 57 sec in block)
stage - (3.4 sec in block)Init
stage block (Init) - (3.3 sec in block)
tool - (66 ms in self)oracle-jdk8-latest
envVarsForTool - (48 ms in self)
tool - (70 ms in self)apache-maven-latest
envVarsForTool - (80 ms in self)
withEnv - (2.9 sec in block)
withEnv block - (2.8 sec in block)
git - (0.72 sec in self)
withCredentials - (1.7 sec in block)
withCredentials block - (1.5 sec in block)
sh - (1.5 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.34 sec in self) git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
stage - (5 min 53 sec in block)Release
stage block (Release) - (5 min 53 sec in block)
tool - (69 ms in self)oracle-jdk8-latest
envVarsForTool - (74 ms in self)
tool - (0.1 sec in self)apache-maven-latest
envVarsForTool - (82 ms in self)
withEnv - (5 min 53 sec in block)
withEnv block - (5 min 53 sec in block)
wrap - (5 min 52 sec in block)
wrap block - (5 min 52 sec in block)
sshagent - (5 min 48 sec in block)
sshagent block - (5 min 47 sec in block)
sh - (5 min 47 sec in self) etc/jenkins/release.sh "${SPEC_VERSION}" "${NEXT_SPEC_VERSION}" "${API_VERSION}" "${NEXT_API_VERSION}" "${DRY_RUN}" "${OVERWRITE}"