Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (35 sec in block)
node block - (21 sec in block)
sh - (1 sec in self)
sh - (0.31 sec in self)java -version
stage - (3.9 sec in block)Fetch from git
stage block (Fetch from git) - (3.8 sec in block)
git - (3.8 sec in self)
stage - (9.7 sec in block)Prepare environment
stage block (Prepare environment) - (9.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (9.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (9.5 sec in block)
sh - (0.32 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (8.3 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 - (29 ms in self)Current version: 1.1.3-SNAPSHOT
echo - (31 ms in self)Release version: 1.1.3
echo - (25 ms in self)Next version: 1.2-SNAPSHOT
echo - (33 ms in self)Release tag: 1.1.3-RELEASE
echo - (26 ms in self)-[ Dry run turned on ]----------------------------------------------------------
echo - (25 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.31 sec in self)git config --local user.email "jax-rpc-bot@eclipse.org"
sh - (0.31 sec in self)git config --local user.name "jax-rpc-bot"
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.32 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 - (3.7 sec in block)Prepare branch
stage block (Prepare branch) - (3.5 sec in block)
echo - (29 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.32 sec in self)git branch -r
echo - (26 ms in self)origin/1.1.3 branch already exists, deleting
sh - (3.1 sec in self)