Skip to content
StepArgumentsStatus
Start of Pipeline - (17 min in block)
node - (17 min in block)
node block - (17 min in block)
timeout - (17 min in block)
timeout block - (17 min in block)
stage - (4.3 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (3.5 sec in block)
tool - (0.5 sec in self)apache-maven-latest
envVarsForTool - (0.88 sec in self)
tool - (0.49 sec in self)temurin-jdk11-latest
envVarsForTool - (0.52 sec in self)
withEnv - (17 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (17 min in block)
stage - (12 min in block)Build
stage block (Build) - (12 min in block)
tool - (0.51 sec in self)apache-maven-latest
envVarsForTool - (0.95 sec in self)
tool - (0.5 sec in self)temurin-jdk11-latest
envVarsForTool - (0.64 sec in self)
withEnv - (12 min in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (12 min in block)
withCredentials - (2.9 sec in block)
withCredentials block - (1.9 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 - (6.3 sec in self)
sh - (18 sec in self)mvn -B versions:set -PallPom -DnewVersion=${RELEASE_VERSION}
sh - (7.2 sec in self)mvn -B com.github.ekryd.sortpom:sortpom-maven-plugin:verify -PallPom
sshagent - (11 min in block)
sshagent block - (11 min in block)
sh - (11 min in self)mvn -B clean install javadoc:javadoc -PeclipseJenkins
sshagent - (2.3 sec in block)
sshagent block - (2 sec in block)
sh - (1.3 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 - (4 min 29 sec in block)Deploy
stage block (Deploy) - (4 min 29 sec in block)
tool - (0.58 sec in self)apache-maven-latest
envVarsForTool - (0.92 sec in self)
tool - (0.51 sec in self)temurin-jdk11-latest
envVarsForTool - (0.65 sec in self)
withEnv - (4 min 21 sec in block)M2_HOME, MAVEN_HOME, PATH+MAVEN, JAVA_HOME, PATH+JDK
withEnv block - (4 min 21 sec in block)
sh - (4 min 7 sec in self)mvn -B deploy -Prelease -DskipTests -Dskip.yarn -DskipStagingRepositoryClose=${DRY_RUN}
sh - (6.8 sec in self)mvn -B versions:set -PallPom -DnewVersion=${NEXT_VERSION}
sshagent - (4.9 sec in block)
sshagent block - (4.5 sec in block)
sh - (1 sec in self)shopt -s globstar git add **/pom.xml shopt -u globstar git commit -m "Bump version to ${NEXT_VERSION}"
sh - (2.8 sec in self)if [ "$DRY_RUN" == "false" ] then git push --set-upstream origin ${BRANCH} git push --tags fi