Skip to content
Jenkins
log in
Dashboard
sakamuri.pavithran
My Views
All
appNG_Authentication_Release
#1
Pipeline Steps
Status
Changes
Console Output
View as plain text
View Build Information
Parameters
Test Result
Embeddable Build Status
Pipeline Steps
Next Build
Step
Arguments
Status
Start of Pipeline - (no timing in block)
node - (2 min 9 sec in block)
node block - (2 min 9 sec in block)
tool - (14 ms in self)
Maven 3.5.0
stage - (46 ms in block)
Info
stage block (Info) - (25 ms in block)
echo - (1 ms in self)
##############################################
echo - (1 ms in self)
echo - (<1 ms in self)
##############################################
stage - (3.5 sec in block)
Prepare Release Branch
stage block (Prepare Release Branch) - (3.4 sec in block)
sh - (0.26 sec in self)
sh - (2.1 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\.11\.1-SNAPSHOT/1\.11\.1/g' pom.xml
sh - (0.25 sec in self)
git status
stage - (1 min 54 sec in block)
Build Release Branch
stage block (Build Release Branch) - (1 min 54 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 54 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 54 sec in block)
sh - (1 min 54 sec in self)
stage - (92 ms in block)
Results
stage block (Results) - (58 ms in block)
step - (8 ms in self)
**/target/surefire-reports/TEST-*.xml
stage - (35 ms in block)
Docs
stage block (Docs) - (7 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 - (3.3 sec in block)
merge to master
stage block (merge to master) - (3.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3.2 sec in block)
sh - (0.26 sec in self)
git checkout master
sh - (0.27 sec in self)
git merge --ff ${application_name}-${release_version}-release
sh - (2.7 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\.11\.1-SNAPSHOT/1\.11\.2-SNAPSHOT/g' pom.xml
sh - (0.26 sec in self)
git status
sh - (0.26 sec in self)
sh - (2.7 sec in self)