Skip to content
StepArgumentsStatus
Start of Pipeline - (33 min in block)
node - (33 min in block)
node block - (32 min in block)
tool - (17 ms in self)apache-maven-3.6.2
tool - (8 ms in self)openjdk-jdk12-latest
tool - (15 ms in self)oracle-jdk8-latest
sh - (0.66 sec in self)java -version
stage - (5.2 sec in block)Fetch from git
stage block (Fetch from git) - (5.2 sec in block)
git - (5.2 sec in self)
stage - (1 min 8 sec in block)Prepare environment
stage block (Prepare environment) - (1 min 8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 8 sec in block)
sh - (0.3 sec in self)grep '<version>' pom.xml | grep 'SNAPSHOT'
sh - (1 min 7 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.31-SNAPSHOT
echo - (1 ms in self)
echo - (2 ms in self)
echo - (2 ms in self)
echo - (3 ms in self)
echo - (2 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.28 sec in self)git config --local user.email "jersey-bot@eclipse.org"
sh - (0.28 sec in self)git config --local user.name "jersey-bot"
stage - (0.67 sec in block)Prepare GPG
stage block (Prepare GPG) - (0.66 sec in block)
withCredentials - (0.63 sec in block)
withCredentials block - (0.59 sec in block)
sh - (0.29 sec in self)
sh - (0.28 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 - (7.3 sec in block)Prepare branch
stage block (Prepare branch) - (7.3 sec in block)
echo - (1 ms in self)-[ Prepare branch ]-------------------------------------------------------------
echo - (3 ms in self)-[ Switching to release branch ]-------------------------------------------------
sh - (0.29 sec in self)
echo - (2 ms in self)-[ Release tag cleanup ]--------------------------------------------------------
sh - (0.29 sec in self)
echo - (2 ms in self)
sshagent - (6.1 sec in block)
sshagent block - (6 sec in block)
sh - (6 sec in self)
sh - (0.28 sec in self)
sh - (0.28 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 18 sec in block)Check previous stagings
stage block (Check previous stagings) - (1 min 18 sec in block)
sh - (1 min 7 sec in self)
echo - (1 ms in self)Previously closed staging name: orgglassfishjersey-1099
sh - (10 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 - (2 ms in self)No currently open stagings
stage - (24 min in block)Build Jersey
stage block (Build Jersey) - (24 min in block)
echo - (1 ms in self)
echo - (2 ms in self)-[ Run maven release ]---------------------------------------------------------
echo - (2 ms in self)-[ Set Release version ]-------------------------------------------------------
sh - (1 min 59 sec in self)
echo - (2 ms in self)-[ Run release build ]---------------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (22 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (22 min in block)
sh - (39 sec in self)mvn --projects core-server,core-client,media/jaxb,inject/hk2,ext/wadl-doclet,core-common clean install -B -q -V -DskipTests
sh - (21 min in self)mvn -q -B -V -DskipTests -Ddoclint=none -Dadditionalparam='-Xdoclint:none' -Ppre-release,oss-release,staging -U -C package source:jar javadoc:jar gpg:sign install:install deploy:deploy
sh - (32 sec in self)mvn -Poss-release,staging --projects core-common install gpg:sign deploy:deploy -B -q -V -DskipTests
stage - (43 sec in block)Build bom pom
stage block (Build bom pom) - (43 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (43 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (43 sec in block)
sh - (43 sec in self) mvn -q -C -V -Pstaging,oss-release -DskipTests install javadoc:jar gpg:sign deploy
stage - (1 min 5 sec in block)Build api docs bundle
stage block (Build api docs bundle) - (1 min 5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 5 sec in block)
sh - (1 min 5 sec in self) mvn -q -C -V -Pstaging,oss-release -DskipTests install javadoc:jar gpg:sign deploy
stage - (1 min 25 sec in block)Build docbook
stage block (Build docbook) - (1 min 25 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 25 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 25 sec in block)
sh - (1 min 25 sec in self) mvn -q -C -V -Pstaging,oss-release -DskipTests install javadoc:jar gpg:sign deploy
stage - (48 sec in block)Build examples bundle
stage block (Build examples bundle) - (48 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (48 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (48 sec in block)
sh - (48 sec in self) mvn -q -C -V -Pstaging,oss-release -DskipTests gpg:sign deploy
stage - (29 sec in block)Prepare release
stage block (Prepare release) - (29 sec in block)
sh - (0.27 sec in self) git checkout -- etc/config/checkstyle-suppressions.xml
echo - (2 ms in self)-[ Perform release commit to git ]---------------------------------------------
sh - (0.53 sec in self)
sh - (0.27 sec in self)
echo - (2 ms in self)-[ Set next snapshot version ]-------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (27 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (27 sec in block)
sh - (27 sec in self)
echo - (2 ms in self)-[ Perform commit to git ]-----------------------------------------------------
sh - (0.28 sec in self)
stage - (6.1 sec in block)Publish release
stage block (Publish release) - (6.1 sec in block)
sshagent - (6.1 sec in block)
sshagent block - (6 sec in block)
sh - (6 sec in self)
stage - (5.6 sec in block)Find related staging
stage block (Find related staging) - (5.5 sec in block)
sh - (5.5 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 - (7 ms in self)Staging name: orgglassfishjersey-1100
stage - (32 sec in block)Close released staging
stage block (Close released staging) - (32 sec in block)
sh - (32 sec in self)
stage - (25 sec in block)Drop redundant staging
stage block (Drop redundant staging) - (25 sec in block)
sh - (25 sec in self) OPEN_STAGINGS=orgglassfishjersey-1099 mvn -B -q -Pstaging nexus-staging:rc-drop -DstagingRepositoryId=${OPEN_STAGINGS}