Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (8 min 52 sec in block)
node block - (8 min 33 sec in block)
sh - (3.5 sec in self)
sh - (0.52 sec in self)java -version
stage - (16 sec in block)Fetch from git
stage block (Fetch from git) - (16 sec in block)
git - (16 sec in self)
stage - (4 min 24 sec in block)Prepare environment
stage block (Prepare environment) - (4 min 24 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4 min 24 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4 min 24 sec in block)
sh - (0.61 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (4 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 - (25 ms in self)Current version: 2.28-SNAPSHOT
echo - (22 ms in self)
echo - (20 ms in self)
echo - (20 ms in self)
echo - (25 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.39 sec in self)git config --local user.email "jersey-bot@eclipse.org"
sh - (0.36 sec in self)git config --local user.name "jersey-bot"
stage - (2.2 sec in block)Prepare GPG
stage block (Prepare GPG) - (2.1 sec in block)
withCredentials - (2 sec in block)
withCredentials block - (1.9 sec in block)
sh - (1.5 sec in self)
sh - (0.36 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.8 sec in block)Prepare branch
stage block (Prepare branch) - (1.7 sec in block)
echo - (18 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.38 sec in self)git branch -r
echo - (20 ms in self)-[ Swiching to release branch ]-------------------------------------------------
sh - (0.92 sec in self)
echo - (19 ms in self)-[ Release tag cleanup ]--------------------------------------------------------
sh - (0.38 sec in self)git tag
stage - (3 min 44 sec in block)Build Jersey
stage block (Build Jersey) - (3 min 44 sec in block)
echo - (17 ms in self)
echo - (16 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (18 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (3 min 44 sec in self)