Skip to content
StepArgumentsStatus
Start of Pipeline - (8 min 17 sec in block)
node - (8 min 15 sec in block)
node block - (8 min 3 sec in block)
stage - (4.9 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.6 sec in block)
checkout - (2.9 sec in self)
withEnv - (7 min 56 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (7 min 56 sec in block)
withEnv - (7 min 54 sec in block)DDLPARSER_DIR
withEnv block - (7 min 53 sec in block)
stage - (4.4 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (3.6 sec in block)
tool - (0.53 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.91 sec in self)
tool - (0.51 sec in self)apache-maven-latest
envVarsForTool - (0.53 sec in self)
withEnv - (7 min 47 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (7 min 47 sec in block)
stage - (15 sec in block)Init
stage block (Init) - (14 sec in block)
tool - (0.53 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.71 sec in self)
tool - (0.51 sec in self)apache-maven-latest
envVarsForTool - (0.66 sec in self)
withEnv - (6.8 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (6.5 sec in block)
git - (0.97 sec in self)
withCredentials - (3.4 sec in block)
withCredentials block - (1 sec in block)
sh - (0.66 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\ny\n" | gpg --batch --command-fd 0 --expert --edit-key $fpr trust; done
sh - (0.56 sec in self) git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
stage - (7 min 29 sec in block)Build and release Oracle DDL Parser
stage block (Build and release Oracle DDL Parser) - (7 min 29 sec in block)
tool - (0.54 sec in self)openjdk-jdk11-latest
envVarsForTool - (0.9 sec in self)
tool - (0.51 sec in self)apache-maven-latest
envVarsForTool - (0.64 sec in self)
withEnv - (7 min 21 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (7 min 21 sec in block)
git - (2.8 sec in self)
sshagent - (7 min 16 sec in block)
sshagent block - (7 min 16 sec in block)
sh - (7 min 15 sec in self) etc/jenkins/release.sh "${DDLPARSER_VERSION}" "${NEXT_DDLPARSER_VERSION}" "${DRY_RUN}" "${OVERWRITE}"