Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (4 min 31 sec in block)
node block - (3 min 23 sec in block)
sh - (2.2 sec in self)
sh - (0.37 sec in self)java -version
stage - (12 sec in block)Fetch from git
stage block (Fetch from git) - (12 sec in block)
git - (12 sec in self)
stage - (1 min 42 sec in block)Prepare environment
stage block (Prepare environment) - (1 min 42 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 42 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 41 sec in block)
sh - (0.33 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (1 min 40 sec in self)/opt/tools/apache-maven/latest/bin/mvn -B 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 - (66 ms in self)Current version: 2.28-SNAPSHOT
echo - (72 ms in self)Release version: 2.28
echo - (99 ms in self)Next version: 2.29-SNAPSHOT
echo - (0.13 sec in self)Release tag: 2.28-RELEASE
echo - (0.12 sec in self)-[ Dry run turned on ]----------------------------------------------------------
stage - (2.7 sec in block)Prepare GPG
stage block (Prepare GPG) - (2.6 sec in block)
withCredentials - (2.5 sec in block)
withCredentials block - (2.3 sec in block)
sh - (1.7 sec in self)
sh - (0.57 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.4 sec in block)Prepare branch
stage block (Prepare branch) - (1.3 sec in block)
echo - (20 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.31 sec in self)git branch -r
echo - (20 ms in self)-[ Swiching to release branch ]-------------------------------------------------
sh - (0.57 sec in self)
echo - (22 ms in self)-[ Release tag cleanup ]--------------------------------------------------------
sh - (0.32 sec in self)git tag
stage - (1 min 21 sec in block)Build JSTL-API
stage block (Build JSTL-API) - (1 min 21 sec in block)
echo - (22 ms in self)
echo - (22 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (22 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (1 min 21 sec in self) cd . /opt/tools/apache-maven/latest/bin/mvn -q versions:set -DnewVersion=2.28 /opt/tools/apache-maven/latest/bin/mvn -q versions:commit