Skip to content
Jenkins
log in
Dashboard
sakamuri.pavithran
My Views
All
appNG_Template_Release
#3
Pipeline Steps
Status
Changes
Console Output
View Build Information
Parameters
Embeddable Build Status
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (no timing in block)
node - (1 min 24 sec in block)
node block - (1 min 24 sec in block)
tool - (17 ms in self)
Maven 3.5.0
stage - (47 ms in block)
Info
stage block (Info) - (27 ms in block)
echo - (1 ms in self)
##############################################
echo - (1 ms in self)
echo - (1 ms in self)
##############################################
stage - (4.8 sec in block)
Prepare Release Branch
stage block (Prepare Release Branch) - (4.8 sec in block)
sh - (0.26 sec in self)
sh - (3.4 sec in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 sec in block)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
git checkout -b ${application_name}-${release_version}-release
sh - (0.26 sec in self)
sed -i 's/1\.14\.3-SNAPSHOT/1\.14\.3/g' pom.xml
sh - (0.25 sec in self)
git status
stage - (1 min 7 sec in block)
Build Release Branch
stage block (Build Release Branch) - (1 min 7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 7 sec in block)
sh - (1 min 7 sec in self)
stage - (26 ms in block)
Results
stage block (Results) - (4 ms in block)
stage - (28 ms in block)
Docs
stage block (Docs) - (4 ms in block)
stage - (4 sec in block)
Tag Release
stage block (Tag Release) - (4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4 sec in block)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
git tag ${application_name}-${release_version}
sh - (3.4 sec in self)
git push origin ${application_name}-${release_version}
stage - (4 sec in block)
merge to master
stage block (merge to master) - (4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4 sec in block)
sh - (0.26 sec in self)
git checkout master
sh - (0.26 sec in self)
git merge --ff ${application_name}-${release_version}-release
sh - (3.4 sec in self)
git push
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.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3.8 sec in block)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sed -i 's/1\.14\.3-SNAPSHOT/1\.14\.4-SNAPSHOT/g' pom.xml
sh - (0.26 sec in self)
git status
sh - (0.26 sec in self)
sh - (2.7 sec in self)