Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 24 sec in block)
node - (3 min 24 sec in block)master
node block - (3 min 23 sec in block)
tool - (50 ms in self)Maven 3.6.3
stage - (0.62 sec in block)Info
stage block (Info) - (0.31 sec in block)
echo - (0.17 sec in self)##############################################
echo - (23 ms in self)Preparing release 1.20.0 for appng-manager from branch appng-manager-1.20.x, current snapshot is 1.20.0-SNAPSHOT, next version will be 1.20.1-SNAPSHOT
echo - (16 ms in self)##############################################
stage - (6.2 sec in block)Prepare Release Branch
stage block (Prepare Release Branch) - (6.1 sec in block)
sh - (0.96 sec in self)rm -rf appng-manager
sh - (2.9 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.5 sec in block)
sh - (0.57 sec in self)git checkout appng-manager-1.20.x
sh - (0.29 sec in self)sed -i 's/1\.20\.0-SNAPSHOT/1\.20\.0/g' pom.xml
sh - (0.29 sec in self)git status
sh - (0.39 sec in self)git commit -a -m 'preparing release 1.20.0'
stage - (3 min 0 sec in block)Build Release Branch
stage block (Build Release Branch) - (3 min 0 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (3 min 0 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2 min 59 sec in block)
sh - (2 min 59 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 - (0.63 sec in block)Results
stage block (Results) - (0.38 sec in block)
junit - (49 ms in self)**/target/surefire-reports/TEST-*.xml
stage - (3.3 sec in block)Docs
stage block (Docs) - (3.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.8 sec in block)
sh - (0.44 sec in self)rm -rf /srv/www/appng.org/${application_name}/docs/1.20.0
sh - (0.47 sec in self)mkdir --parents /srv/www/appng.org/${application_name}/docs/1.20.0/reference
sh - (0.48 sec in self)mkdir --parents /srv/www/appng.org/${application_name}/docs/1.20.0/javadoc
sh - (0.34 sec in self)mv -f target/apidocs/* /srv/www/appng.org/${application_name}/docs/1.20.0/javadoc
sh - (0.52 sec in self)mv -f target/generated-docs/pdf/ /srv/www/appng.org/${application_name}/docs/1.20.0/reference/pdf/
sh - (0.35 sec in self)mv -f target/generated-docs/html/ /srv/www/appng.org/${application_name}/docs/1.20.0/reference/html/
stage - (6.8 sec in block)merge to master and tag
stage block (merge to master and tag) - (6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5.3 sec in block)
sh - (0.31 sec in self)git checkout master
sh - (0.36 sec in self)git merge --ff appng-manager-1.20.x --strategy-option theirs
sh - (1.7 sec in self)git push
sh - (0.56 sec in self)git tag ${application_name}-${release_version}
sh - (2.3 sec in self)git push origin ${application_name}-${release_version}
stage - (5.1 sec in block)prepare next version
stage block (prepare next version) - (5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.4 sec in block)
sh - (0.4 sec in self)git show-ref --verify refs/heads/appng-manager-1.20.x
sh - (0.55 sec in self)git checkout $(git show-ref --verify --quiet refs/heads/appng-manager-1.20.x || echo '-b') appng-manager-1.20.x
sh - (0.38 sec in self)sed -i 's/1\.20\.0/1\.20\.1-SNAPSHOT/g' pom.xml
sh - (0.3 sec in self)git status
sh - (0.46 sec in self)git commit -a -m 'preparing next version 1.20.1-SNAPSHOT'
sh - (1.6 sec in self)git push origin appng-manager-1.20.x