Skip to content
Jenkins
log in
Dashboard
All
appNG_Manager_Release
#28
Pipeline Steps
Status
Changes
Console Output
View as plain text
View Build Information
Parameters
Embeddable Build Status
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (2 min 56 sec in block)
node - (2 min 56 sec in block)
master
node block - (2 min 55 sec in block)
tool - (0.16 sec in self)
Maven 3.5.0
stage - (0.77 sec in block)
Info
stage block (Info) - (0.37 sec in block)
echo - (0.1 sec in self)
##############################################
echo - (0.19 sec in self)
Preparing release 1.19.0 for appng-manager from branch appng-manager-1.18.x, current snapshot is 1.18.2-SNAPSHOT, next version will be 1.19.1-SNAPSHOT
echo - (27 ms in self)
##############################################
stage - (6 sec in block)
Prepare Release Branch
stage block (Prepare Release Branch) - (5.7 sec in block)
sh - (0.58 sec in self)
rm -rf appng-manager
sh - (2.8 sec in self)
git clone git@github.com:appNG/appng-manager.git appng-manager
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.9 sec in block)
sh - (0.7 sec in self)
git checkout appng-manager-1.18.x
sh - (0.53 sec in self)
sed -i 's/1\.18\.2-SNAPSHOT/1\.19\.0/g' pom.xml
sh - (0.34 sec in self)
git status
sh - (0.28 sec in self)
git commit -a -m 'preparing release 1.19.0'
stage - (2 min 48 sec in block)
Build Release Branch
stage block (Build Release Branch) - (2 min 48 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 min 47 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2 min 47 sec in block)
sh - (2 min 47 sec in self)
'/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn' clean 'deploy' -DoutFolder='/srv/www/appng.org/appng/builds/stable' -Pmaven-central