Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (51 sec in block)
node block - (20 sec in block)
sh - (1 sec in self)
sh - (0.76 sec in self)java -version
stage - (4.9 sec in block)Fetch from git
stage block (Fetch from git) - (4.7 sec in block)
git - (4.7 sec in self)
stage - (10 sec in block)Prepare environment
stage block (Prepare environment) - (10 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (10 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (10 sec in block)
sh - (0.39 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (8.4 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 - (90 ms in self)Release version: 1.1.3
echo - (99 ms in self)Next version: 1.2-SNAPSHOT
echo - (94 ms in self)Release tag: 1.1.3-RELEASE
echo - (22 ms in self)-[ Dry run turned on ]----------------------------------------------------------
echo - (75 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.31 sec in self)git config --local user.email "jax-rpc-bot@eclipse.org"
sh - (0.38 sec in self)git config --local user.name "jax-rpc-bot"
stage - (2.2 sec in block)Prepare GPG
stage block (Prepare GPG) - (2 sec in block)
withCredentials - (1.9 sec in block)
withCredentials block - (1.7 sec in block)
sh - (1.2 sec in self)
sh - (0.35 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.94 sec in block)Prepare branch
stage block (Prepare branch) - (0.86 sec in block)
echo - (19 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.37 sec in self)git branch -r
echo - (19 ms in self)origin/1.1.3 branch already exists, deleting
sh - (0.35 sec in self)