Skip to content
Jenkins
log in
Dashboard
JAXB API release
#52
Pipeline Steps
Back to Project
Status
Changes
Console Output
View as plain text
View Build Information
Parameters
Git Build Data
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (10 min in block)
Allocate node : Start - (10 min in block)
Allocate node : Body : Start - (10 min in block)
Stage : Start - (6.9 sec in block)
Declarative: Checkout SCM
Declarative: Checkout SCM - (6.9 sec in block)
Check out from version control - (6.8 sec in self)
Set environment variables : Start - (10 min in block)
GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
Set environment variables : Body : Start - (10 min in block)
Set environment variables : Start - (10 min in block)
API_DIR
Set environment variables : Body : Start - (10 min in block)
Stage : Start - (0.31 sec in block)
Declarative: Tool Install
Declarative: Tool Install - (0.24 sec in block)
Use a tool from a predefined Tool Installation - (74 ms in self)
openjdk-jdk11-latest
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (72 ms in self)
Use a tool from a predefined Tool Installation - (35 ms in self)
apache-maven-latest
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (33 ms in self)
Set environment variables : Start - (10 min in block)
JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
Set environment variables : Body : Start - (10 min in block)
Stage : Start - (2.2 sec in block)
Init
Init - (2.2 sec in block)
Use a tool from a predefined Tool Installation - (85 ms in self)
openjdk-jdk11-latest
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (39 ms in self)
Use a tool from a predefined Tool Installation - (61 ms in self)
apache-maven-latest
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (47 ms in self)
Set environment variables : Start - (1.9 sec in block)
Set environment variables : Body : Start - (1.8 sec in block)
Git - (0.71 sec in self)
Bind credentials to variables : Start - (0.69 sec in block)
Bind credentials to variables : Body : Start - (0.54 sec in block)
Shell Script - (0.49 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
Shell Script - (0.41 sec in self)
git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
Stage : Start - (9 min 59 sec in block)
Release
Release - (9 min 59 sec in block)
Use a tool from a predefined Tool Installation - (41 ms in self)
openjdk-jdk11-latest
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (38 ms in self)
Use a tool from a predefined Tool Installation - (31 ms in self)
apache-maven-latest
Fetches the environment variables for a given tool in a list of 'FOO=bar' strings suitable for the withEnv step. - (38 ms in self)
Set environment variables : Start - (9 min 59 sec in block)
Set environment variables : Body : Start - (9 min 59 sec in block)
General Build Wrapper : Start - (9 min 59 sec in block)
General Build Wrapper : Body : Start - (9 min 59 sec in block)
SSH Agent : Start - (9 min 59 sec in block)
SSH Agent : Body : Start - (9 min 59 sec in block)
Shell Script - (9 min 59 sec in self)
etc/jenkins/release.sh "${API_VERSION}" "${NEXT_API_VERSION}" "${DRY_RUN}" "${OVERWRITE}"