Skip to content
StepArgumentsStatus
Start of Pipeline - (no timing in block)
node - (11 min in block)
node block - (11 min in block)
tool - (13 ms in self)Maven 3.5.0
stage - (48 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.3 sec in block)Prepare Release Branch
stage block (Prepare Release Branch) - (4.3 sec in block)
sh - (0.26 sec in self)rm -rf appng
sh - (2.7 sec in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.3 sec in block)
sh - (0.26 sec in self)
sh - (0.26 sec in self)git checkout -b appng-${release_version}-release
sh - (0.26 sec in self)sed -i 's/1\.14\.1-SNAPSHOT/1\.14\.1/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.26 sec in self)sed -i 's/1\.14\.0/1\.14\.1/g' readme.adoc
sh - (0.25 sec in self)git status
stage - (11 min in block)Build Release Branch
stage block (Build Release Branch) - (11 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (11 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (11 min in block)
sh - (1 min 8 sec in self)'/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn' clean install -Djavax.xml.accessExternalSchema=all -Dmaven.test.skip
sh - (9 min 53 sec in self)
stage - (0.62 sec in block)Results
stage block (Results) - (0.59 sec in block)
step - (0.55 sec in self)**/target/surefire-reports/TEST-*.xml
stage - (4.7 sec in block)Docs
stage block (Docs) - (4.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.7 sec in block)
sh - (0.25 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.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.26 sec in self)
sh - (0.26 sec in self)
sh - (0.26 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.1 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.27 sec in self)git tag appng-${release_version}
sh - (3.4 sec in self)git push origin appng-${release_version}
stage - (0.57 sec in block)merge to master
stage block (merge to master) - (0.56 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (0.54 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.53 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