Skip to content
StepArgumentsStatus
Start of Pipeline - (12 min in block)
node - (12 min in block)
node block - (12 min in block)
withEnv - (12 min in block)BUILD_BRANCH, MVN, REPO, CREDENTIALS_ID
withEnv block - (12 min in block)
stage - (0.49 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.48 sec in block)
tool - (0.12 sec in self)oracle-jdk8-latest
envVarsForTool - (8 ms in self)
tool - (0.1 sec in self)apache-maven-latest
envVarsForTool - (0.12 sec in self)
withEnv - (12 min in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (12 min in block)
stage - (14 sec in block)Fetch from git
stage block (Fetch from git) - (13 sec in block)
tool - (4 ms in self)oracle-jdk8-latest
envVarsForTool - (20 ms in self)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (7 ms in self)
withEnv - (13 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (13 sec in block)
git - (13 sec in self)
stage - (11 min in block)Build Locally
stage block (Build Locally) - (11 min in block)
tool - (0.22 sec in self)oracle-jdk8-latest
envVarsForTool - (0.39 sec in self)
tool - (0.7 sec in self)apache-maven-latest
envVarsForTool - (7 ms in self)
withEnv - (11 min in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (11 min in block)
sh - (11 min in self)mvn -Pstaging clean install -DskipTests
stage - (23 sec in block)Archive
stage block (Archive) - (23 sec in block)
sh - (15 sec in self)mvn help:evaluate -Dexpression=project.version -q -DforceStdout
withEnv - (7.7 sec in block)JERSEY_MVN_VERSION
withEnv block - (7.7 sec in block)
tool - (5 ms in self)oracle-jdk8-latest
envVarsForTool - (8 ms in self)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
withEnv - (7.6 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (7.6 sec in block)
sh - (0.64 sec in self)#!/bin/bash -ex mkdir -p tempzip echo JERSEY_MVN_VERSION2=$JERSEY_MVN_VERSION.jar while IFS= read -r line ; do SIMPLE_NAME="${line##*/}"; cp $line-$JERSEY_MVN_VERSION.jar tempzip/$SIMPLE_NAME.jar; done <<< "${JERSEY_JARS}" zip -j -r jersey.zip tempzip
archiveArtifacts - (4.2 sec in self)
junit - (2.8 sec in self)