Skip to content
StepArgumentsStatus
Start of Pipeline - (24 sec in block)
node - (24 sec in block)master
node block - (24 sec in block)
tool - (51 ms in self)Maven 3.6.3
stage - (0.7 sec in block)Info
stage block (Info) - (0.52 sec in block)
echo - (33 ms in self)##############################################
echo - (0.11 sec in self)Preparing release 0.5.1 for appng-tomcat-session from branch master, current snapshot is 0.5.1-SNAPSHOT, next version will be 0.5.2-SNAPSHOT
echo - (0.21 sec in self)##############################################
stage - (6.5 sec in block)Prepare Release Branch
stage block (Prepare Release Branch) - (6.4 sec in block)
sh - (0.3 sec in self)rm -rf appng-tomcat-session
sh - (3 sec in self)git clone git@github.com:appNG/appng-tomcat-session.git appng-tomcat-session
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.9 sec in block)
sh - (0.3 sec in self)git checkout master
sh - (0.32 sec in self)sed -i 's/0\.5\.1-SNAPSHOT/0\.5\.1/g' pom.xml
sh - (0.57 sec in self)git status
sh - (0.55 sec in self)git commit -a -m 'preparing release 0.5.1'
stage - (7.7 sec in block)Build Release Branch
stage block (Build Release Branch) - (7.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (7.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (7 sec in block)
sh - (6.9 sec in self)'/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn' clean 'deploy' -DoutFolder='/srv/www/appng.org/appng/builds/stable'
stage - (0.69 sec in block)Results
stage block (Results) - (0.32 sec in block)
junit - (0.18 sec in self)**/target/surefire-reports/TEST-*.xml
stage - (2.8 sec in block)tag release
stage block (tag release) - (2.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.2 sec in block)
sh - (0.31 sec in self)git tag ${application_name}-${release_version}
sh - (1.8 sec in self)git push origin ${application_name}-${release_version}
stage - (5.7 sec in block)prepare next version
stage block (prepare next version) - (5.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.5 sec in block)
sh - (0.47 sec in self)git show-ref --verify refs/heads/master
sh - (0.56 sec in self)git checkout $(git show-ref --verify --quiet refs/heads/master || echo '-b') master
sh - (0.37 sec in self)sed -i 's/0\.5\.1/0\.5\.2-SNAPSHOT/g' pom.xml
sh - (0.47 sec in self)git status
sh - (0.38 sec in self)git commit -a -m 'preparing next version 0.5.2-SNAPSHOT'
sh - (2.1 sec in self)git push origin master