Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (42 sec in block)
node block - (23 sec in block)
sh - (0.72 sec in self)
sh - (0.31 sec in self)java -version
stage - (3.6 sec in block)Fetch from git
stage block (Fetch from git) - (3.5 sec in block)
git - (3.5 sec in self)
stage - (16 sec in block)Prepare environment
stage block (Prepare environment) - (15 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (15 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (15 sec in block)
sh - (0.34 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (15 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 - (47 ms in self)Current version: 1.1.3-SNAPSHOT
echo - (32 ms in self)Release version: 1.1.3
echo - (32 ms in self)Next version: 1.2-SNAPSHOT
echo - (27 ms in self)Release tag: 1.1.3-RELEASE
echo - (30 ms in self)-[ Dry run turned on ]----------------------------------------------------------
stage - (1.9 sec in block)Prepare GPG
stage block (Prepare GPG) - (1.8 sec in block)
withCredentials - (1.8 sec in block)
withCredentials block - (1.6 sec in block)
sh - (1.2 sec in self)
sh - (0.31 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 - (0.46 sec in block)Prepare branch
stage block (Prepare branch) - (0.39 sec in block)
echo - (26 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.31 sec in self)git branch -r
error - (24 ms in self)origin/1.1.3 branch already exists