Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (1 min 25 sec in block)
node block - (1 min 7 sec in block)
sh - (0.81 sec in self)
sh - (0.32 sec in self)java -version
stage - (3.8 sec in block)Fetch from git
stage block (Fetch from git) - (3.7 sec in block)
git - (3.7 sec in self)
stage - (14 sec in block)Prepare environment
stage block (Prepare environment) - (14 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (14 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (14 sec in block)
sh - (0.32 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (12 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 - (34 ms in self)Current version: 1.1.3-SNAPSHOT
echo - (28 ms in self)Release version: 1.1.3
echo - (33 ms in self)Next version: 1.2-SNAPSHOT
echo - (35 ms in self)Release tag: 1.1.3-RELEASE
echo - (33 ms in self)-[ Dry run turned on ]----------------------------------------------------------
echo - (27 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.32 sec in self)git config --local user.email "jax-rpc-bot@eclipse.org"
sh - (0.34 sec in self)git config --local user.name "jax-rpc-bot"
stage - (1.7 sec in block)Prepare GPG
stage block (Prepare GPG) - (1.6 sec in block)
withCredentials - (1.6 sec in block)
withCredentials block - (1.5 sec in block)
sh - (1.2 sec in self)
sh - (0.3 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 sec in block)Prepare branch
stage block (Prepare branch) - (1 sec in block)
echo - (19 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.3 sec in self)git branch -r
echo - (26 ms in self)-[ Swiching to release branch ]-------------------------------------------------
sh - (0.3 sec in self)
echo - (16 ms in self)-[ Release tag cleanup ]--------------------------------------------------------
sh - (0.3 sec in self)git tag
stage - (36 sec in block)Build JAX-RPC
stage block (Build JAX-RPC) - (36 sec in block)
echo - (31 ms in self)
echo - (32 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (26 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (15 sec in self) cd . /opt/tools/apache-maven/latest/bin/mvn -q versions:set -DnewVersion=1.1.3 /opt/tools/apache-maven/latest/bin/mvn -q versions:commit
echo - (16 ms in self)-[ Run release build ]---------------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (20 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (20 sec in block)
withCredentials - (20 sec in block)
withCredentials block - (20 sec in block)
configFileProvider - (20 sec in block)
configFileProvider block - (20 sec in block)
sh - (0.31 sec in self)
sh - (0.3 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
configFileProvider - (19 sec in block)
configFileProvider block - (18 sec in block)
sh - (18 sec in self)
stage - (6.1 sec in block)Prepare release
stage block (Prepare release) - (6.1 sec in block)
echo - (14 ms in self)-[ Perform release commit to git ]---------------------------------------------
sh - (0.3 sec in self)git commit -a -m 1.1.3
sh - (0.3 sec in self)git tag -m 1.1.3-RELEASE -a 1.1.3-RELEASE
echo - (17 ms in self)-[ Set next snapshot version ]-------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5 sec in block)
sh - (2.8 sec in self)/opt/tools/apache-maven/latest/bin/mvn -q versions:set -DnewVersion=1.2-SNAPSHOT
sh - (2.1 sec in self)/opt/tools/apache-maven/latest/bin/mvn -q versions:commit
echo - (18 ms in self)-[ Perform commit to git ]-----------------------------------------------------
sh - (0.3 sec in self)git commit -a -m 1.2-SNAPSHOT
stage - (2.1 sec in block)Publish release
stage block (Publish release) - (2.1 sec in block)
echo - (15 ms in self)-[ Prepared branch ]----------------------------------------------------------
sh - (0.3 sec in self)git branch --list 1.1.3
echo - (17 ms in self)-[ Prepared tag ]-------------------------------------------------------------
sh - (0.3 sec in self)git tag --list 1.1.3-RELEASE
echo - (24 ms in self)-[ Prepared commits ]---------------------------------------------------------
sh - (0.31 sec in self)git log -n 5
sshagent - (1.1 sec in block)
sshagent block - (0.96 sec in block)
sh - (0.92 sec in self)git push origin 1.1.3 --dry-run