Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (1 min 27 sec in block)
node block - (1 min 10 sec in block)
sh - (1 sec in self)
sh - (0.34 sec in self)java -version
stage - (4.4 sec in block)Fetch from git
stage block (Fetch from git) - (4.3 sec in block)
git - (4.3 sec in self)
stage - (16 sec in block)Prepare environment
stage block (Prepare environment) - (16 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (16 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (16 sec in block)
sh - (0.32 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 - (24 ms in self)Current version: 1.1.3-SNAPSHOT
echo - (23 ms in self)Release version: 1.1.3
echo - (19 ms in self)Next version: 1.2-SNAPSHOT
echo - (20 ms in self)Release tag: 1.1.3-RELEASE
echo - (19 ms in self)-[ Dry run turned on ]----------------------------------------------------------
echo - (18 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.3 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.3 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 - (1 sec in block)Prepare branch
stage block (Prepare branch) - (0.98 sec in block)
echo - (16 ms in self)-[ Prepare branch ]-------------------------------------------------------------
sh - (0.3 sec in self)git branch -r
echo - (18 ms in self)-[ Swiching to release branch ]-------------------------------------------------
sh - (0.3 sec in self)
echo - (18 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 - (14 ms in self)
echo - (14 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (15 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (17 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 - (25 ms in self)-[ Run release build ]---------------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (19 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (19 sec in block)
withCredentials - (19 sec in block)
withCredentials block - (19 sec in block)
configFileProvider - (19 sec in block)
configFileProvider block - (19 sec in block)
sh - (0.3 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 - (18 sec in block)
configFileProvider block - (18 sec in block)
sh - (18 sec in self)
stage - (6.3 sec in block)Prepare release
stage block (Prepare release) - (6.2 sec in block)
echo - (26 ms in self)-[ Perform release commit to git ]---------------------------------------------
sh - (0.31 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 - (20 ms in self)-[ Set next snapshot version ]-------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5.1 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.2 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 sec in block)
echo - (17 ms in self)-[ Prepared branch ]----------------------------------------------------------
sh - (0.31 sec in self)git branch --list 1.1.3
echo - (16 ms in self)-[ Prepared tag ]-------------------------------------------------------------
sh - (0.3 sec in self)git tag --list 1.1.3-RELEASE
echo - (15 ms in self)-[ Prepared commits ]---------------------------------------------------------
sh - (0.33 sec in self)git log -n 5
sshagent - (1 sec in block)
sshagent block - (0.89 sec in block)
sh - (0.86 sec in self)git push origin 1.1.3 --dry-run