Skip to content
StepArgumentsStatus
Start of Pipeline - (37 min in block)
node - (37 min in block)
node block - (36 min in block)
tool - (0.52 sec in self)apache-maven-latest
tool - (0.52 sec in self)openjdk-jdk11-latest
tool - (0.51 sec in self)openjdk-jdk12-latest
tool - (0.5 sec in self)openjdk-jdk17-latest
tool - (0.51 sec in self)oracle-jdk8-latest
sh - (0.87 sec in self)java -version
stage - (8.1 sec in block)Fetch from git
stage block (Fetch from git) - (7.5 sec in block)
git - (6.8 sec in self)
stage - (14 sec in block)Prepare environment
stage block (Prepare environment) - (13 sec in block)
dir - (11 sec in block)/home/jenkins/agent/workspace/Jakarta-EE8-Release/Jersey_release_pipeline
dir block - (11 sec in block)
sh - (0.53 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (8.6 sec in self)mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec -Pstaging
echo - (3 ms in self)Current version: 3.0.99-SNAPSHOT
echo - (1 ms in self)Release version: 3.0.13
echo - (2 ms in self)Next version: 3.0.99-SNAPSHOT
echo - (1 ms in self)Release tag: 3.0.13
echo - (5 ms in self)Release branch: 3.0.13-BRANCH
echo - (1 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (1.3 sec in self)git config --local user.email "jersey-bot@eclipse.org"
sh - (0.52 sec in self)git config --local user.name "jersey-bot"
stage - (3.7 sec in block)Prepare GPG
stage block (Prepare GPG) - (3.1 sec in block)
withCredentials - (2.2 sec in block)
withCredentials block - (1.4 sec in block)
sh - (0.54 sec in self)gpg --batch --import ${KEYRING}
sh - (0.52 sec in self) for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u); do echo -e "5 y " | gpg --batch --command-fd 0 --expert --edit-key $fpr trust; done
stage - (3.3 sec in block)Prepare branch
stage block (Prepare branch) - (2.6 sec in block)
echo - (1 ms in self)-[ Prepare branch ]-------------------------------------------------------------
echo - (1 ms in self)-[ Switching to release branch ]-------------------------------------------------
sh - (0.78 sec in self) git checkout origin/3.0 && true git reset --hard origin/3.0 && true git checkout -B 3.0.13-BRANCH
echo - (2 ms in self)-[ Release tag cleanup ]--------------------------------------------------------
sh - (0.68 sec in self)git tag | grep 3.0.13 || true
sh - (0.53 sec in self) sed -i 's|<suppress files="generated" checks=".*"/>|<suppress files="generated" checks=".*"/><suppress files="unpacked-src" checks=".*"/>|g' etc/config/checkstyle-suppressions.xml
stage - (1 min 9 sec in block)Check previous stagings
stage block (Check previous stagings) - (1 min 8 sec in block)
sh - (1 min 8 sec in self)mvn -B --non-recursive -Pstaging nexus-staging:rc-list | awk '/orgglassfishjersey-[0-9]+ OPEN / {if(a){a = $2","a} else{a = $2}}END{print a}'
echo - (1 ms in self)No currently open stagings
stage - (32 min in block)Build Jersey
stage block (Build Jersey) - (32 min in block)
echo - (1 ms in self)/opt/tools/java/oracle/jdk-8/latest
echo - (1 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (1 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (1 min 10 sec in self) cd /home/jenkins/agent/workspace/Jakarta-EE8-Release/Jersey_release_pipeline mvn -B -V -Pstaging versions:set -DnewVersion=3.0.13 -DgenerateBackupPoms=false cd bom mvn -B -V -Pstaging versions:set -DnewVersion=3.0.13 -DgenerateBackupPoms=false cd ..
echo - (2 ms in self)-[ Update Copyright years ]----------------------------------------------------
sh - (2.1 sec in self)
echo - (1 ms in self)-[ Run release build ]---------------------------------------------------------
dir - (31 min in block)/home/jenkins/agent/workspace/Jakarta-EE8-Release/Jersey_release_pipeline
dir block - (31 min in block)
sh - (2 min 7 sec in self)mvn -am -Pstaging --projects core-server,core-client,media/jaxb,inject/hk2,ext/wadl-doclet,core-common,:jersey-jetty-connector,:jersey-container-jetty-http,:jersey-container-jetty-servlet,:jersey-test-framework-provider-jetty,:jersey-test-framework-core,:jersey-container-servlet-core clean install -B -q -V -DskipTests
sh - (2 min 52 sec in self)mvn clean install -B -q -V -DskipTests -am -Pstaging --projects :jersey-spring6,connectors/helidon-connector
sh - (24 min in self)mvn -q -B -V -DskipTests -Ddoclint=none -Dadditionalparam='-Xdoclint:none' -Dcheckstyle.skip -Poss-release,staging -U -C package javadoc:jar gpg:sign install:install deploy:deploy
sh - (1 min 36 sec in self)mvn -Poss-release,staging --projects core-server,core-client,media/jaxb,inject/hk2,ext/wadl-doclet,core-common install gpg:sign deploy:deploy -B -q -V -DskipTests
stage - (51 sec in block)Prepare release
stage block (Prepare release) - (50 sec in block)
sh - (0.54 sec in self) git checkout -- etc/config/checkstyle-suppressions.xml
echo - (2 ms in self)-[ Perform release commit to git ]---------------------------------------------
sh - (0.78 sec in self)git commit -a -m 3.0.13
sh - (0.53 sec in self)git tag -m 3.0.13 -a 3.0.13
echo - (2 ms in self)-[ Set next snapshot version ]-------------------------------------------------
dir - (46 sec in block)/home/jenkins/agent/workspace/Jakarta-EE8-Release/Jersey_release_pipeline
dir block - (43 sec in block)
sh - (42 sec in self) mvn -B -Pstaging versions:set -DnewVersion=3.0.99-SNAPSHOT -DgenerateBackupPoms=false cd bom mvn -B -Pstaging versions:set -DnewVersion=3.0.99-SNAPSHOT -DgenerateBackupPoms=false cd ..
echo - (2 ms in self)-[ Perform commit to git ]-----------------------------------------------------
sh - (1.1 sec in self)git commit -a -m 3.0.99-SNAPSHOT
stage - (4.8 sec in block)Publish release
stage block (Publish release) - (4.2 sec in block)
sshagent - (3.1 sec in block)
sshagent block - (2.8 sec in block)
sh - (1.8 sec in self)git push -f origin 3.0.13-BRANCH --follow-tags
stage - (58 sec in block)Find related staging
stage block (Find related staging) - (57 sec in block)
sh - (56 sec in self)mvn -B --non-recursive -Pstaging nexus-staging:rc-list | awk '/orgglassfishjersey-[0-9]+ OPEN / {if(a){a = $2","a} else{a = $2}}END{print a}'
echo - (1 ms in self)Staging name: orgglassfishjersey-1236
stage - (42 sec in block)Close released staging
stage block (Close released staging) - (41 sec in block)
sh - (40 sec in self)mvn -B -q -Pstaging nexus-staging:rc-close -DstagingRepositoryId=orgglassfishjersey-1236 -DstagingDescription='org.glassfish.jersey:3.0.13'
stage - (1 sec in block)Drop redundant staging
stage block (Drop redundant staging) - (0.64 sec in block)
echo - (1 ms in self)Nothing to be dropped