Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (1 hr 41 min in block)
node block - (1 hr 41 min in block)
sh - (2.4 sec in self)
sh - (0.39 sec in self)java -version
stage - (15 sec in block)Fetch from git
stage block (Fetch from git) - (14 sec in block)
git - (14 sec in self)
stage - (3 min 24 sec in block)Prepare environment
stage block (Prepare environment) - (3 min 24 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (3 min 24 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3 min 23 sec in block)
sh - (0.66 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (3 min 22 sec in self)/opt/tools/apache-maven/latest/bin/mvn -B -Pstaging org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version 2> /dev/null | grep -E '^[0-9]+(.[0-9]+)+-SNAPSHOT$'
echo - (18 ms in self)Current version: 2.28-SNAPSHOT
echo - (12 ms in self)Release version: 2.28
echo - (11 ms in self)Next version: 2.29-SNAPSHOT
echo - (14 ms in self)Release tag: 2.28-RELEASE
echo - (51 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.39 sec in self)git config --local user.email "jersey-bot@eclipse.org"
sh - (0.37 sec in self)git config --local user.name "jersey-bot"
stage - (3 sec in block)Prepare GPG
stage block (Prepare GPG) - (3 sec in block)
withCredentials - (2 sec in block)
withCredentials block - (1.6 sec in block)
sh - (1.2 sec in self)
sh - (0.34 sec in self) 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
stage - (1.6 sec in block)Prepare branch
stage block (Prepare branch) - (1.6 sec in block)
echo - (9 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.35 sec in self)git branch -r
echo - (10 ms in self)-[ Swiching to release branch ]-------------------------------------------------
sh - (0.86 sec in self)
echo - (9 ms in self)-[ Release tag cleanup ]--------------------------------------------------------
sh - (0.35 sec in self)git tag
stage - (1 hr 37 min in block)Build Jersey
stage block (Build Jersey) - (1 hr 37 min in block)
echo - (8 ms in self)
echo - (7 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (9 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (4 min 1 sec in self) cd . /opt/tools/apache-maven/latest/bin/mvn -q -Pstaging versions:set -DnewVersion=2.28 /opt/tools/apache-maven/latest/bin/mvn -q -Pstaging versions:commit
echo - (13 ms in self)-[ Run release build ]---------------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 hr 33 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 hr 33 min in block)
configFileProvider - (1 hr 33 min in block)
configFileProvider block - (1 hr 33 min in block)
configFileProvider - (1 hr 33 min in block)
configFileProvider block - (1 hr 33 min in block)
sh - (1 hr 33 min in self)