Step | Arguments | Status | ||
---|---|---|---|---|
Start of Pipeline - (26 min in block) | ||||
node - (26 min in block) | master | |||
node block - (26 min in block) | ||||
tool - (0.17 sec in self) | Maven 3.5.0 | |||
stage - (0.81 sec in block) | Info | |||
stage block (Info) - (0.69 sec in block) | ||||
echo - (0.12 sec in self) | ############################################## | |||
echo - (0.38 sec in self) | Preparing release 1.23.3 from branch appng-1.23.x, current snapshot is 1.23.3-SNAPSHOT, next version will be 1.23.4-SNAPSHOT | |||
echo - (62 ms in self) | ############################################## | |||
stage - (29 sec in block) | Prepare Release Branch | |||
stage block (Prepare Release Branch) - (29 sec in block) | ||||
sh - (18 sec in self) | rm -rf appng | |||
sh - (7.1 sec in self) | git clone git@github.com:appNG/appng.git | |||
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.7 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3.3 sec in block) | ||||
sh - (0.43 sec in self) | git checkout appng-1.23.x | |||
sh - (0.36 sec in self) | sed -i 's/1\.23\.3-SNAPSHOT/1\.23\.4-SNAPSHOT/g' README.adoc **/README.adoc | |||
sh - (0.43 sec in self) | sed -i 's/1\.23\.2/1\.23\.3/g' README.adoc **/README.adoc | |||
sh - (0.51 sec in self) | sed -i 's/1\.23\.3-SNAPSHOT/1\.23\.3/g' 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.56 sec in self) | sed -i 's/:current: {snapshot}/:current: {stable}/g' README.adoc **/README.adoc | |||
sh - (0.47 sec in self) | git status | |||
sh - (0.36 sec in self) | git commit -a -m 'preparing release 1.23.3' | |||
stage - (25 min in block) | Build Release Branch | |||
stage block (Build Release Branch) - (25 min in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep - (25 min in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep block - (25 min in block) | ||||
sh - (0.6 sec in self) | '/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn' -version | |||
sh - (2 min 28 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 -Dasciidoctor.skip | |||
sh - (22 min in self) | '/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn' deploy -Djavax.xml.accessExternalSchema=all -DoutFolder=/srv/www/appng.org/appng/builds/stable -Pmaven-central -Pjavadocs -Pdefault | |||
org.jenkinsci.plugins.workflow.steps.PushdStep - (35 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep block - (35 sec in block) | ||||
sh - (35 sec in self) | '/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn' clean deploy | |||
sh - (0.27 sec in self) | cp target/*.zip /srv/www/appng.org/appng/builds/stable | |||
stage - (12 sec in block) | Results | |||
stage block (Results) - (12 sec in block) | ||||
junit - (12 sec in self) | **/target/surefire-reports/TEST-*.xml | |||
stage - (7.8 sec in block) | Docs | |||
stage block (Docs) - (7.3 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep - (7.2 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep block - (7.1 sec in block) | ||||
sh - (0.36 sec in self) | rm -rf /srv/www/appng.org/appng/docs/1.23.3 | |||
sh - (0.34 sec in self) | mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/javadoc | |||
sh - (0.29 sec in self) | mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/reference | |||
sh - (0.29 sec in self) | mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/appngizer/html | |||
sh - (0.51 sec in self) | mkdir --parents /srv/www/appng.org/appng/docs/1.23.3/appngizer/pdf | |||
sh - (0.29 sec in self) | mv -f target/site/apidocs/* /srv/www/appng.org/appng/docs/1.23.3/javadoc | |||
sh - (0.45 sec in self) | mv -f appng-documentation/target/generated-docs/html /srv/www/appng.org/appng/docs/1.23.3/reference | |||
sh - (0.29 sec in self) | mv -f appng-documentation/target/generated-docs/pdf /srv/www/appng.org/appng/docs/1.23.3/reference | |||
sh - (0.38 sec in self) | mv -f appng-appngizer/target/generated-docs/pdf/*.pdf /srv/www/appng.org/appng/docs/1.23.3/appngizer/pdf/ | |||
sh - (0.38 sec in self) | mv -f appng-appngizer/target/generated-docs/html/* /srv/www/appng.org/appng/docs/1.23.3/appngizer/html/ | |||
sh - (0.37 sec in self) | ln -sfn /srv/www/appng.org/appng/docs/1.23.3 /srv/www/appng.org/appng/docs/current | |||
sh - (0.28 sec in self) | rm -rf /srv/www/appng.org/appng/docs/1.23.3/appngizer/html/parts | |||
sh - (0.3 sec in self) | rm -rf /srv/www/appng.org/appng/docs/1.23.3/appngizer/html/xml | |||
sh - (0.76 sec in self) | cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application-1.23.3.xsd | |||
sh - (0.29 sec in self) | cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform-1.23.3.xsd | |||
sh - (0.32 sec in self) | cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer-1.23.3.xsd | |||
sh - (0.33 sec in self) | cp appng-xmlapi/target/classes/appng-application.xsd /srv/www/appng.org/schema/application/appng-application.xsd | |||
sh - (0.46 sec in self) | cp appng-xmlapi/target/classes/appng-platform.xsd /srv/www/appng.org/schema/platform/appng-platform.xsd | |||
sh - (0.27 sec in self) | cp appng-appngizer-jaxb/target/classes/appngizer.xsd /srv/www/appng.org/schema/appngizer/appngizer.xsd | |||
stage - (8.1 sec in block) | merge to master and tag | |||
stage block (merge to master and tag) - (7.7 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep - (7.5 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep block - (7.1 sec in block) | ||||
sh - (1.3 sec in self) | git checkout master | |||
sh - (0.87 sec in self) | git merge --ff appng-1.23.x --strategy-option theirs | |||
sh - (1.6 sec in self) | git push | |||
sh - (1 sec in self) | git tag appng-${release_version} | |||
sh - (1.6 sec in self) | git push origin appng-${release_version} | |||
stage - (8.4 sec in block) | prepare next version | |||
stage block (prepare next version) - (7.8 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep - (7.3 sec in block) | ||||
org.jenkinsci.plugins.workflow.steps.PushdStep block - (7.1 sec in block) | ||||
sh - (0.39 sec in self) | git checkout $(git show-ref --verify --quiet refs/heads/appng-1.23.x || echo '-b') appng-1.23.x | |||
sh - (0.9 sec in self) | sed -i 's/1\.23\.3/1\.23\.4-SNAPSHOT/g' 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 - (1.7 sec in self) | sed -i 's/:current: {stable}/:current: {snapshot}/g' README.adoc **/README.adoc | |||
sh - (1.1 sec in self) | git status | |||
sh - (0.72 sec in self) | git commit -a -m 'preparing next version 1.23.4-SNAPSHOT' | |||
sh - (1.8 sec in self) | git push origin appng-1.23.x |