Skip to content
Jenkins
log in
Dashboard
sakamuri.pavithran
My Views
All
appNG Tomcat Session Release
#3
Pipeline Steps
Status
Changes
Console Output
View Build Information
Parameters
Test Result
Embeddable Build Status
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (23 sec in block)
node - (23 sec in block)
master
node block - (23 sec in block)
tool - (0.26 sec in self)
Maven 3.6.3
stage - (0.48 sec in block)
Info
stage block (Info) - (0.4 sec in block)
echo - (0.25 sec in self)
##############################################
echo - (53 ms in self)
Preparing release 0.4.2 for appng-tomcat-session from branch master, current snapshot is 0.4.0-SNAPSHOT, next version will be 0.4.3-SNAPSHOT
echo - (15 ms in self)
##############################################
stage - (5 sec in block)
Prepare Release Branch
stage block (Prepare Release Branch) - (4.9 sec in block)
sh - (0.35 sec in self)
rm -rf appng-tomcat-session
sh - (2.3 sec in self)
git clone git@github.com:appNG/appng-tomcat-session.git appng-tomcat-session
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2 sec in block)
sh - (0.57 sec in self)
git checkout master
sh - (0.61 sec in self)
sed -i 's/0\.4\.0-SNAPSHOT/0\.4\.2/g' pom.xml
sh - (0.31 sec in self)
git status
sh - (0.48 sec in self)
git commit -a -m 'preparing release 0.4.2'
stage - (9.4 sec in block)
Build Release Branch
stage block (Build Release Branch) - (9.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (8.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (8.4 sec in block)
sh - (8.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.36 sec in block)
Results
stage block (Results) - (0.3 sec in block)
junit - (34 ms in self)
**/target/surefire-reports/TEST-*.xml
stage - (3.5 sec in block)
tag release
stage block (tag release) - (3.2 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 - (3.8 sec in block)
prepare next version
stage block (prepare next version) - (3.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3.7 sec in block)
sh - (0.34 sec in self)
git show-ref --verify refs/heads/master
sh - (0.36 sec in self)
git checkout $(git show-ref --verify --quiet refs/heads/master || echo '-b') master
sh - (0.53 sec in self)
sed -i 's/0\.4\.2/0\.4\.3-SNAPSHOT/g' pom.xml
sh - (0.29 sec in self)
git status
sh - (0.34 sec in self)
git commit -a -m 'preparing next version 0.4.3-SNAPSHOT'
sh - (1.6 sec in self)
git push origin master