Skip to content
Jenkins
log in
Dashboard
JAXB API release
#53
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 - (8 min 24 sec in block)
Allocate node : Start - (8 min 22 sec in block)
Allocate node : Body : Start - (8 min 3 sec in block)
Stage : Start - (8.5 sec in block)
Declarative: Checkout SCM
Declarative: Checkout SCM - (8.4 sec in block)
Check out from version control - (8.3 sec in self)
Set environment variables : Start - (7 min 54 sec in block)
GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
Set environment variables : Body : Start - (7 min 54 sec in block)
Set environment variables : Start - (7 min 54 sec in block)
API_DIR
Set environment variables : Body : Start - (7 min 54 sec in block)
Stage : Start - (0.31 sec in block)
Declarative: Tool Install
Declarative: Tool Install - (0.25 sec in block)
Use a tool from a predefined Tool Installation - (97 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. - (55 ms in self)
Use a tool from a predefined Tool Installation - (40 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. - (29 ms in self)
Set environment variables : Start - (7 min 54 sec in block)
JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
Set environment variables : Body : Start - (7 min 54 sec in block)
Stage : Start - (2.7 sec in block)
Init
Init - (2.6 sec in block)
Use a tool from a predefined Tool Installation - (83 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. - (42 ms in self)
Use a tool from a predefined Tool Installation - (74 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. - (85 ms in self)
Set environment variables : Start - (2.3 sec in block)
Set environment variables : Body : Start - (2.2 sec in block)
Git - (0.82 sec in self)
Bind credentials to variables : Start - (0.98 sec in block)
Bind credentials to variables : Body : Start - (0.72 sec in block)
Shell Script - (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
Shell Script - (0.37 sec in self)
git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
Stage : Start - (7 min 51 sec in block)
Release
Release - (7 min 51 sec in block)
Use a tool from a predefined Tool Installation - (52 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. - (47 ms in self)
Use a tool from a predefined Tool Installation - (77 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. - (44 ms in self)
Set environment variables : Start - (7 min 51 sec in block)
Set environment variables : Body : Start - (7 min 50 sec in block)
General Build Wrapper : Start - (7 min 50 sec in block)
General Build Wrapper : Body : Start - (7 min 50 sec in block)
SSH Agent : Start - (7 min 50 sec in block)
SSH Agent : Body : Start - (7 min 50 sec in block)
Shell Script - (7 min 50 sec in self)
etc/jenkins/release.sh "${API_VERSION}" "${NEXT_API_VERSION}" "${DRY_RUN}" "${OVERWRITE}"