Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 59 sec in block)
node - (1 min 58 sec in block)
node block - (1 min 58 sec in block)
tool - (0.7 sec in self)Maven 3.6.3
stage - (1.3 sec in block)Info
stage block (Info) - (0.45 sec in block)
echo - (0.23 sec in self)##############################################
echo - (15 ms in self)Preparing release 1.14.4 for appng-template from branch appng-template-1.14.x, current snapshot is 1.14.4-SNAPSHOT, next version will be 1.14.5-SNAPSHOT
echo - (0.15 sec in self)##############################################
stage - (8.9 sec in block)Prepare Release Branch
stage block (Prepare Release Branch) - (8.3 sec in block)
sh - (0.42 sec in self)rm -rf appng-template
sh - (5.9 sec in self)git clone git@github.com:appNG/appng-template.git appng-template
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.34 sec in self)git checkout appng-template-1.14.x
sh - (0.28 sec in self)git checkout -b ${application_name}-${release_version}-release
sh - (0.28 sec in self)sed -i 's/1\.14\.4-SNAPSHOT/1\.14\.4/g' pom.xml
sh - (0.44 sec in self)git status
stage - (1 min 41 sec in block)Build Release Branch
stage block (Build Release Branch) - (1 min 41 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 41 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 41 sec in block)
sh - (1 min 41 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' -Pmaven-central
stage - (0.62 sec in block)Results
stage block (Results) - (69 ms in block)
stage - (0.41 sec in block)Docs
stage block (Docs) - (0.16 sec in block)
stage - (3 sec in block)Tag Release
stage block (Tag Release) - (2.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.5 sec in block)
sh - (0.53 sec in self)git commit -a -m 'tagging release 1.14.4'
sh - (0.33 sec in self)git tag ${application_name}-${release_version}
sh - (1.6 sec in self)git push origin ${application_name}-${release_version}
stage - (1.4 sec in block)merge to master
stage block (merge to master) - (1.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.99 sec in block)
sh - (0.63 sec in self)git checkout master
sh - (0.28 sec in self)git merge --ff ${application_name}-${release_version}-release