Skip to content
StepArgumentsStatus
Start of Pipeline - (31 min in block)
node - (31 min in block)
node block - (29 min in block)
tool - (0.56 sec in self)apache-maven-latest
tool - (0.64 sec in self)openjdk-jdk11-latest
tool - (0.53 sec in self)openjdk-jdk12-latest
tool - (0.5 sec in self)openjdk-jdk17-latest
tool - (0.51 sec in self)openjdk-jdk21-latest
tool - (0.52 sec in self)oracle-jdk8-latest
sh - (1 sec in self)java -version
stage - (11 sec in block)Fetch from git
stage block (Fetch from git) - (10 sec in block)
git - (10 sec in self)
stage - (18 sec in block)Prepare environment
stage block (Prepare environment) - (17 sec in block)
dir - (16 sec in block)/home/jenkins/agent/workspace/Jakarta-EE8-Release/Jersey_release_pipeline
dir block - (16 sec in block)
sh - (0.57 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (12 sec in self)mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec -Pstaging
echo - (2 ms in self)Current version: 2.43-SNAPSHOT
echo - (2 ms in self)Release version: 2.43
echo - (2 ms in self)Next version: 2.44-SNAPSHOT
echo - (9 ms in self)Release tag: 2.43
echo - (6 ms in self)Release branch: 2.43-BRANCH
echo - (2 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (1.4 sec in self)git config --local user.email "jersey-bot@eclipse.org"
sh - (0.57 sec in self)git config --local user.name "jersey-bot"
stage - (3.9 sec in block)Prepare GPG
stage block (Prepare GPG) - (3.3 sec in block)
withCredentials - (2.4 sec in block)
withCredentials block - (1.6 sec in block)
sh - (0.71 sec in self)gpg --batch --import ${KEYRING}
sh - (0.55 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.4 sec in block)Prepare branch
stage block (Prepare branch) - (2.6 sec in block)
echo - (2 ms in self)-[ Prepare branch ]-------------------------------------------------------------
echo - (1 ms in self)-[ Switching to release branch ]-------------------------------------------------
sh - (0.81 sec in self) git checkout origin/2.x && true git reset --hard origin/2.x && true git checkout -B 2.43-BRANCH
echo - (2 ms in self)-[ Release tag cleanup ]--------------------------------------------------------
sh - (0.66 sec in self)git tag | grep 2.43 || true
sh - (0.54 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 - (2 min 38 sec in block)Check previous stagings
stage block (Check previous stagings) - (2 min 37 sec in block)
sh - (2 min 37 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 - (26 min in block)Build Jersey
stage block (Build Jersey) - (26 min in block)
echo - (2 ms in self)/opt/tools/java/oracle/jdk-8/latest
echo - (9 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (1 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (1 min 52 sec in self) cd /home/jenkins/agent/workspace/Jakarta-EE8-Release/Jersey_release_pipeline mvn -B -V -Pstaging versions:set -DnewVersion=2.43 -DgenerateBackupPoms=false cd bom mvn -B -V -Pstaging versions:set -DnewVersion=2.43 -DgenerateBackupPoms=false cd ..
echo - (2 ms in self)-[ Update Copyright years ]----------------------------------------------------
sh - (3.1 sec in self)
echo - (3 ms in self)-[ Run release build ]---------------------------------------------------------
dir - (24 min in block)/home/jenkins/agent/workspace/Jakarta-EE8-Release/Jersey_release_pipeline
dir block - (24 min in block)
sh - (2 min 22 sec in self)mvn -am -Pstaging --projects core-server,core-client,media/jaxb,inject/hk2,ext/wadl-doclet,core-common clean install -B -q -V -DskipTests
sh - (22 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