Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 42 sec in block)
node - (1 min 41 sec in block)master
node block - (1 min 41 sec in block)
tool - (49 ms in self)Maven 3.6.3
stage - (0.4 sec in block)Info
stage block (Info) - (0.34 sec in block)
echo - (27 ms in self)##############################################
echo - (16 ms in self)Preparing release 1.13.1 for appng-scheduler from branch appng-scheduler-1.13.x, current snapshot is 1.13.1-SNAPSHOT, next version will be 1.13.2-SNAPSHOT
echo - (0.13 sec in self)##############################################
stage - (4.6 sec in block)Prepare Release Branch
stage block (Prepare Release Branch) - (4.5 sec in block)
sh - (0.28 sec in self)rm -rf appng-scheduler
sh - (2.1 sec in self)git clone git@github.com:appNG/appng-scheduler.git appng-scheduler
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2 sec in block)
sh - (0.76 sec in self)git checkout appng-scheduler-1.13.x
sh - (0.43 sec in self)sed -i 's/1\.13\.1-SNAPSHOT/1\.13\.1/g' pom.xml
sh - (0.48 sec in self)git status
sh - (0.27 sec in self)git commit -a -m 'preparing release 1.13.1'
stage - (1 min 21 sec in block)Build Release Branch
stage block (Build Release Branch) - (1 min 19 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 19 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 19 sec in block)
sh - (1 min 19 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.86 sec in block)Results
stage block (Results) - (0.36 sec in block)
junit - (0.12 sec in self)**/target/surefire-reports/TEST-*.xml
stage - (3.2 sec in block)Docs
stage block (Docs) - (2.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2.2 sec in block)
sh - (0.55 sec in self)rm -rf /srv/www/appng.org/${application_name}/docs/1.13.1
sh - (0.79 sec in self)mkdir --parents /srv/www/appng.org/${application_name}/docs/1.13.1/javadoc
sh - (0.58 sec in self)mv -f target/apidocs/* /srv/www/appng.org/${application_name}/docs/1.13.1/javadoc
stage - (5.5 sec in block)merge to master and tag
stage block (merge to master and tag) - (4.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.3 sec in block)
sh - (0.5 sec in self)git tag ${application_name}-${release_version}
sh - (2 sec in self)git push origin ${application_name}-${release_version}
sh - (1.6 sec in self)git push
stage - (4.8 sec in block)prepare next version
stage block (prepare next version) - (4.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.2 sec in block)
sh - (0.55 sec in self)git show-ref --verify refs/heads/appng-scheduler-1.13.x
sh - (0.41 sec in self)git checkout $(git show-ref --verify --quiet refs/heads/appng-scheduler-1.13.x || echo '-b') appng-scheduler-1.13.x
sh - (0.28 sec in self)sed -i 's/1\.13\.1/1\.13\.2-SNAPSHOT/g' pom.xml
sh - (0.28 sec in self)git status
sh - (0.73 sec in self)git commit -a -m 'preparing next version 1.13.2-SNAPSHOT'
sh - (1.7 sec in self)git push origin appng-scheduler-1.13.x