Skip to content
StepArgumentsStatus
Start of Pipeline - (25 sec in block)
node - (25 sec in block)master
node block - (25 sec in block)
tool - (47 ms in self)Maven 3.6.3
stage - (0.65 sec in block)Info
stage block (Info) - (0.44 sec in block)
echo - (37 ms in self)##############################################
echo - (0.11 sec in self)Preparing release 0.5.0 for appng-tomcat-session from branch master, current snapshot is 0.4.3-SNAPSHOT, next version will be 0.5.1-SNAPSHOT
echo - (14 ms in self)##############################################
stage - (7 sec in block)Prepare Release Branch
stage block (Prepare Release Branch) - (6.3 sec in block)
sh - (0.31 sec in self)rm -rf appng-tomcat-session
sh - (2.8 sec in self)git clone git@github.com:appNG/appng-tomcat-session.git appng-tomcat-session
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.3 sec in block)
sh - (0.47 sec in self)git checkout master
sh - (0.51 sec in self)sed -i 's/0\.4\.3-SNAPSHOT/0\.5\.0/g' pom.xml
sh - (0.8 sec in self)git status
sh - (0.5 sec in self)git commit -a -m 'preparing release 0.5.0'
stage - (9.1 sec in block)Build Release Branch
stage block (Build Release Branch) - (8.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (7.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (7.3 sec in block)
sh - (7.3 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.23 sec in block)Results
stage block (Results) - (77 ms in block)
junit - (41 ms in self)**/target/surefire-reports/TEST-*.xml
stage - (3.6 sec in block)tag release
stage block (tag release) - (3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.8 sec in block)
sh - (0.29 sec in self)git tag ${application_name}-${release_version}
sh - (2.5 sec in self)git push origin ${application_name}-${release_version}
stage - (4.3 sec in block)prepare next version
stage block (prepare next version) - (4.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.1 sec in block)
sh - (0.28 sec in self)git show-ref --verify refs/heads/master
sh - (0.29 sec in self)git checkout $(git show-ref --verify --quiet refs/heads/master || echo '-b') master
sh - (0.29 sec in self)sed -i 's/0\.5\.0/0\.5\.1-SNAPSHOT/g' pom.xml
sh - (0.36 sec in self)git status
sh - (0.58 sec in self)git commit -a -m 'preparing next version 0.5.1-SNAPSHOT'
sh - (2.3 sec in self)git push origin master