Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 38 sec in block)
node - (2 min 38 sec in block)
node block - (2 min 38 sec in block)
tool - (53 ms in self)Maven 3.6.3
tool - (0.59 sec in self)OpenJDK17
stage - (0.42 sec in block)Info
stage block (Info) - (0.22 sec in block)
echo - (0.14 sec in self)##############################################
echo - (22 ms in self)Preparing release 1.14.1 for appng-authentication from branch appng-authentication-1.14.x, current snapshot is 1.14.1-SNAPSHOT, next version will be 1.14.2-SNAPSHOT
echo - (13 ms in self)##############################################
stage - (4.4 sec in block)Prepare Release Branch
stage block (Prepare Release Branch) - (4.2 sec in block)
sh - (0.3 sec in self)rm -rf appng-authentication
sh - (2.2 sec in self)git clone git@github.com:appNG/appng-authentication.git appng-authentication
dir - (1.5 sec in block)appng-authentication
dir block - (1.4 sec in block)
sh - (0.43 sec in self)git checkout appng-authentication-1.14.x
sh - (0.33 sec in self)sed -i 's/1\.14\.1-SNAPSHOT/1\.14\.1/g' pom.xml
sh - (0.35 sec in self)git status
sh - (0.3 sec in self)git commit -a -m 'preparing release 1.14.1'
stage - (2 min 19 sec in block)Build Release Branch
stage block (Build Release Branch) - (2 min 19 sec in block)
dir - (2 min 19 sec in block)appng-authentication
dir block - (2 min 19 sec in block)
sh - (0.36 sec in self)'/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.6.3/bin/mvn' -version
sh - (2 min 18 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.58 sec in block)Results
stage block (Results) - (0.33 sec in block)
junit - (55 ms in self)**/target/surefire-reports/TEST-*.xml
stage - (2.8 sec in block)Docs
stage block (Docs) - (2.7 sec in block)
dir - (2.4 sec in block)appng-authentication
dir block - (2.4 sec in block)
sh - (0.37 sec in self)rm -rf /srv/www/appng.org/${application_name}/docs/1.14.1
sh - (0.54 sec in self)mkdir --parents /srv/www/appng.org/${application_name}/docs/1.14.1/reference
sh - (0.36 sec in self)mkdir --parents /srv/www/appng.org/${application_name}/docs/1.14.1/javadoc
sh - (0.31 sec in self)mv -f target/apidocs/* /srv/www/appng.org/${application_name}/docs/1.14.1/javadoc
sh - (0.29 sec in self)mv -f target/generated-docs/pdf/ /srv/www/appng.org/${application_name}/docs/1.14.1/reference/pdf/
sh - (0.47 sec in self)mv -f target/generated-docs/html/ /srv/www/appng.org/${application_name}/docs/1.14.1/reference/html/
stage - (5.3 sec in block)merge to master and tag
stage block (merge to master and tag) - (5.1 sec in block)
dir - (5.1 sec in block)appng-authentication
dir block - (5 sec in block)
sh - (0.44 sec in self)git checkout master
sh - (0.33 sec in self)git merge --ff appng-authentication-1.14.x --strategy-option theirs
sh - (2.2 sec in self)git push
sh - (0.29 sec in self)git tag ${application_name}-${release_version}
sh - (1.6 sec in self)git push origin ${application_name}-${release_version}
stage - (4.2 sec in block)prepare next version
stage block (prepare next version) - (4 sec in block)
dir - (3.8 sec in block)appng-authentication
dir block - (3.7 sec in block)
sh - (0.35 sec in self)git show-ref --verify refs/heads/appng-authentication-1.14.x
sh - (0.3 sec in self)git checkout $(git show-ref --verify --quiet refs/heads/appng-authentication-1.14.x || echo '-b') appng-authentication-1.14.x
sh - (0.38 sec in self)sed -i 's/1\.14\.1/1\.14\.2-SNAPSHOT/g' pom.xml
sh - (0.42 sec in self)git status
sh - (0.35 sec in self)git commit -a -m 'preparing next version 1.14.2-SNAPSHOT'
sh - (1.6 sec in self)git push origin appng-authentication-1.14.x