Skip to content
StepArgumentsStatus
Start of Pipeline - (7 min 38 sec in block)
node - (7 min 36 sec in block)
node block - (7 min 21 sec in block)
timeout - (7 min 18 sec in block)
timeout block - (7 min 18 sec in block)
stage - (4.6 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (3.8 sec in block)
tool - (0.53 sec in self)apache-maven-latest
envVarsForTool - (0.94 sec in self)
tool - (0.54 sec in self)temurin-jdk11-latest
envVarsForTool - (0.55 sec in self)
withEnv - (7 min 11 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (7 min 11 sec in block)
stage - (3 min 57 sec in block)Build
stage block (Build) - (3 min 55 sec in block)
tool - (0.54 sec in self)apache-maven-latest
envVarsForTool - (0.96 sec in self)
tool - (0.59 sec in self)temurin-jdk11-latest
envVarsForTool - (0.7 sec in self)
withEnv - (3 min 47 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (3 min 46 sec in block)
withCredentials - (3.3 sec in block)
withCredentials block - (2.2 sec in block)
sh - (1.8 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
git - (7.2 sec in self)
sh - (17 sec in self)mvn -B versions:set -DnewVersion=${RELEASE_VERSION}
sh - (3 min 15 sec in self)mvn -B clean install javadoc:javadoc
sshagent - (1.6 sec in block)
sshagent block - (1.2 sec in block)
sh - (0.57 sec in self)git config user.email "leshan-bot@eclipse.orgg" git config user.name "Leshan Bot" shopt -s globstar git add **/pom.xml shopt -u globstar git config user.email "leshan-bot@eclipse.orgg" git config user.name "Leshan Bot" git commit -m "Bump version to ${RELEASE_VERSION}" git tag leshan-${RELEASE_VERSION}
stage - (3 min 11 sec in block)Deploy
stage block (Deploy) - (3 min 11 sec in block)
tool - (0.53 sec in self)apache-maven-latest
envVarsForTool - (0.94 sec in self)
tool - (0.54 sec in self)temurin-jdk11-latest
envVarsForTool - (0.68 sec in self)
withEnv - (3 min 2 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (3 min 2 sec in block)
sh - (2 min 48 sec in self)mvn -B deploy -Prelease -DskipTests -DskipStagingRepositoryClose=${DRY_RUN}
sh - (7.6 sec in self)mvn -B versions:set -DnewVersion=${NEXT_VERSION}
sshagent - (4.2 sec in block)
sshagent block - (3.8 sec in block)
sh - (0.56 sec in self)shopt -s globstar git add **/pom.xml shopt -u globstar git commit -m "Bump version to ${NEXT_VERSION}"
sh - (2.5 sec in self)if [ "$DRY_RUN" == "false" ] then git push --set-upstream origin ${BRANCH} git push --tags fi