Skip to content
Jenkins
log in
Dashboard
appNG Core
appNG_Release
#65
Pipeline Steps
Status
Changes
Console Output
View as plain text
View Build Information
Parameters
Test Result
Embeddable Build Status
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (no timing in block)
node - (22 min in block)
node block - (22 min in block)
tool - (14 ms in self)
Maven 3.5.0
stage - (46 ms in block)
Info
stage block (Info) - (28 ms in block)
echo - (1 ms in self)
##############################################
echo - (<1 ms in self)
echo - (1 ms in self)
##############################################
stage - (10 sec in block)
Prepare Release Branch
stage block (Prepare Release Branch) - (10 sec in block)
sh - (0.26 sec in self)
rm -rf appng
sh - (8.2 sec in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.6 sec in block)
sh - (0.26 sec in self)
sh - (0.27 sec in self)
git checkout -b appng-${release_version}-release
sh - (0.26 sec in self)
sed -i 's/1\.14\.2-SNAPSHOT/1\.15\.0-SNAPSHOT/g' README.adoc
sh - (0.26 sec in self)
sed -i 's/1\.14\.1/1\.14\.2/g' README.adoc
sh - (0.26 sec in self)
sed -i 's/1\.14\.2-SNAPSHOT/1\.14\.2/g' README.adoc pom.xml **/pom.xml appng-archetype-application/src/main/resources/archetype-resources/pom.xml appng-archetype-application/readme.txt appng-documentation/src/main/asciidoc/listing/dependencies.txt
sh - (0.25 sec in self)
git status
stage - (22 min in block)
Build Release Branch
stage block (Build Release Branch) - (22 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (22 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (22 min in block)
sh - (1 min 3 sec in self)
'/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn' install -Djavax.xml.accessExternalSchema=all -Dmaven.test.skip
sh - (21 min in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (16 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (16 sec in block)
sh - (16 sec in self)
sh - (0.25 sec in self)
cp target/*.zip /srv/www/appng.org/appng/builds/stable
stage - (2 sec in block)
Results
stage block (Results) - (1.9 sec in block)
step - (1.9 sec in self)
**/target/surefire-reports/TEST-*.xml
stage - (4.8 sec in block)
Docs
stage block (Docs) - (4.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.8 sec in block)
sh - (0.27 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.27 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 sec in self)
sh - (0.28 sec in self)
sh - (0.25 sec in self)
cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd
sh - (0.26 sec in self)
cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd
sh - (0.25 sec in self)
cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd
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 appng-${release_version}
sh - (3.4 sec in self)
git push origin appng-${release_version}
stage - (0.58 sec in block)
merge to master
stage block (merge to master) - (0.57 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (0.55 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.54 sec in block)
sh - (0.26 sec in self)
git checkout master
sh - (0.26 sec in self)
git merge --ff appng-${release_version}-release