Skip to content
StepArgumentsStatus
Start of Pipeline - (11 min in block)
node - (10 min in block)
node block - (10 min in block)
timeout - (10 min in block)
timeout block - (10 min in block)
stage - (5.9 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (5.1 sec in block)
tool - (0.55 sec in self)apache-maven-latest
envVarsForTool - (1.1 sec in self)
tool - (0.62 sec in self)temurin-jdk11-latest
envVarsForTool - (1.6 sec in self)
withEnv - (10 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (10 min in block)
stage - (7 min 27 sec in block)Build
stage block (Build) - (7 min 26 sec in block)
tool - (0.56 sec in self)apache-maven-latest
envVarsForTool - (1 sec in self)
tool - (0.55 sec in self)temurin-jdk11-latest
envVarsForTool - (0.69 sec in self)
withEnv - (7 min 17 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (7 min 17 sec in block)
withCredentials - (3.8 sec in block)
withCredentials block - (2 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\ny\n" | gpg --batch --command-fd 0 --expert --edit-key $fpr trust; done
git - (5.4 sec in self)
sh - (9.8 sec in self)mvn -B versions:set -PallPom -DnewVersion=${RELEASE_VERSION}
sh - (4.8 sec in self)mvn -B com.github.ekryd.sortpom:sortpom-maven-plugin:verify -PallPom
sshagent - (6 min 49 sec in block)
sshagent block - (6 min 48 sec in block)
sh - (6 min 47 sec in self)mvn -B clean install javadoc:javadoc -PeclipseJenkins
sshagent - (2.2 sec in block)
sshagent block - (1.8 sec in block)
sh - (1.1 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 - (2 min 57 sec in block)Deploy
stage block (Deploy) - (2 min 57 sec in block)
tool - (0.54 sec in self)apache-maven-latest
envVarsForTool - (0.95 sec in self)
tool - (0.54 sec in self)temurin-jdk11-latest
envVarsForTool - (0.68 sec in self)
withEnv - (2 min 48 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (2 min 48 sec in block)
sh - (2 min 37 sec in self)mvn -B deploy -Prelease -DskipTests -Dskip.yarn -DskipStagingRepositoryClose=${DRY_RUN}
sh - (4.5 sec in self)mvn -B versions:set -PallPom -DnewVersion=${NEXT_VERSION}
sshagent - (4.7 sec in block)
sshagent block - (4.2 sec in block)
sh - (1.1 sec in self)shopt -s globstar git add **/pom.xml shopt -u globstar git commit -m "Bump version to ${NEXT_VERSION}"
sh - (2.4 sec in self)if [ "$DRY_RUN" == "false" ] then git push --set-upstream origin ${BRANCH} git push --tags fi