Skip to content
StepArgumentsStatus
Start of Pipeline - (38 min in block)
node - (38 min in block)
node block - (37 min in block)
tool - (55 ms in self)apache-maven-latest
tool - (36 ms in self)openjdk-jdk12-latest
tool - (45 ms in self)oracle-jdk8-latest
sh - (1.2 sec in self)java -version
stage - (7.7 sec in block)Fetch from git
stage block (Fetch from git) - (7.7 sec in block)
git - (7.6 sec in self)
stage - (0.83 sec in block)Prepare environment
stage block (Prepare environment) - (0.77 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (0.69 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.66 sec in block)
echo - (2 ms in self)
echo - (4 ms in self)-[ Configure git user ]--------------------------------------------------------
sh - (0.3 sec in self)git config --local user.email "jersey-bot@eclipse.org"
sh - (0.3 sec in self)git config --local user.name "jersey-bot"
stage - (0.84 sec in block)Prepare GPG
stage block (Prepare GPG) - (0.79 sec in block)
withCredentials - (0.72 sec in block)
withCredentials block - (0.66 sec in block)
sh - (0.32 sec in self)
sh - (0.3 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 - (2.9 sec in block)Prepare branch
stage block (Prepare branch) - (2.8 sec in block)
echo - (2 ms in self)-[ Prepare branch ]-------------------------------------------------------------
echo - (2 ms in self)-[ Switching to release branch ]-------------------------------------------------
sh - (2.5 sec in self)
sh - (0.3 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 sed -i 's|<module>bom</module>||g' pom.xml rm -rf bom
stage - (37 min in block)Build Jersey
stage block (Build Jersey) - (37 min in block)
echo - (2 ms in self)
echo - (2 ms in self)-[ Run release build ]---------------------------------------------------------
org.jenkinsci.plugins.workflow.steps.PushdStep - (37 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (37 min in block)
sh - (3 min 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 - (31 min in self)mvn -q -B -V -DskipTests -Ddoclint=none -Dadditionalparam='-Xdoclint:none' -Poss-release,staging -U -C package source:jar javadoc:jar gpg:sign install:install deploy:deploy
sh - (1 min 38 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 - (15 sec in block)Find related staging
stage block (Find related staging) - (15 sec in block)
sh - (15 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)Staging name: orgglassfishjersey-1004
stage - (15 sec in block)Close released staging
stage block (Close released staging) - (15 sec in block)
sh - (15 sec in self)