Skip to content
Jenkins
log in
Dashboard
sakamuri.pavithran
My Views
All
appNG_Scheduler_Release
#16
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 - (4 min 34 sec in block)
node - (4 min 33 sec in block)
master
node block - (4 min 33 sec in block)
tool - (50 ms in self)
Maven 3.6.3
stage - (1.1 sec in block)
Info
stage block (Info) - (0.83 sec in block)
echo - (74 ms in self)
##############################################
echo - (0.28 sec in self)
Preparing release 1.16.2 for appng-scheduler from branch appng-scheduler-1.16.x, current snapshot is 1.16.2-SNAPSHOT, next version will be 1.16.3-SNAPSHOT
echo - (15 ms in self)
##############################################
stage - (7.3 sec in block)
Prepare Release Branch
stage block (Prepare Release Branch) - (6.1 sec in block)
sh - (0.43 sec in self)
rm -rf appng-scheduler
sh - (2.3 sec in self)
git clone git@github.com:appNG/appng-scheduler.git appng-scheduler
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.6 sec in block)
sh - (0.35 sec in self)
git checkout appng-scheduler-1.16.x
sh - (0.5 sec in self)
sed -i 's/1\.16\.2-SNAPSHOT/1\.16\.2/g' pom.xml
sh - (0.79 sec in self)
git status
sh - (0.61 sec in self)
git commit -a -m 'preparing release 1.16.2'
stage - (4 min 12 sec in block)
Build Release Branch
stage block (Build Release Branch) - (4 min 11 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4 min 11 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4 min 10 sec in block)
sh - (4 min 10 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 - (1.1 sec in block)
Results
stage block (Results) - (0.39 sec in block)
junit - (0.32 sec in self)
**/target/surefire-reports/TEST-*.xml
stage - (1.9 sec in block)
Docs
stage block (Docs) - (1.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.2 sec in block)
sh - (0.44 sec in self)
rm -rf /srv/www/appng.org/${application_name}/docs/1.16.2
sh - (0.33 sec in self)
mkdir --parents /srv/www/appng.org/${application_name}/docs/1.16.2/javadoc
sh - (0.28 sec in self)
mv -f target/apidocs/* /srv/www/appng.org/${application_name}/docs/1.16.2/javadoc
stage - (5.4 sec in block)
merge to master and tag
stage block (merge to master and tag) - (5.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.8 sec in block)
sh - (0.29 sec in self)
git checkout master
sh - (0.62 sec in self)
git merge --ff appng-scheduler-1.16.x --strategy-option theirs
sh - (0.39 sec in self)
git tag ${application_name}-${release_version}
sh - (1.6 sec in self)
git push origin ${application_name}-${release_version}
sh - (1.8 sec in self)
git push
stage - (4 sec in block)
prepare next version
stage block (prepare next version) - (4 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.34 sec in self)
git show-ref --verify refs/heads/appng-scheduler-1.16.x
sh - (0.3 sec in self)
git checkout $(git show-ref --verify --quiet refs/heads/appng-scheduler-1.16.x || echo '-b') appng-scheduler-1.16.x
sh - (0.42 sec in self)
sed -i 's/1\.16\.2/1\.16\.3-SNAPSHOT/g' pom.xml
sh - (0.34 sec in self)
git status
sh - (0.63 sec in self)
git commit -a -m 'preparing next version 1.16.3-SNAPSHOT'
sh - (1.6 sec in self)
git push origin appng-scheduler-1.16.x