Skip to content
StepArgumentsStatus
Start of Pipeline - (6 min 57 sec in block)
node - (6 min 56 sec in block)
node block - (6 min 30 sec in block)
withEnv - (6 min 29 sec in block)BUILD_BRANCH, MVN, REPO, CREDENTIALS_ID
withEnv block - (6 min 29 sec in block)
stage - (0.64 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (0.63 sec in block)
tool - (0.11 sec in self)oracle-jdk8-latest
envVarsForTool - (0.31 sec in self)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (8 ms in self)
withEnv - (6 min 28 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (6 min 28 sec in block)
stage - (5.9 sec in block)Fetch from git
stage block (Fetch from git) - (5.6 sec in block)
tool - (0.14 sec in self)oracle-jdk8-latest
envVarsForTool - (8 ms in self)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (9 ms in self)
withEnv - (5.4 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (5.4 sec in block)
git - (5.3 sec in self)
stage - (6 min 6 sec in block)Build Locally
stage block (Build Locally) - (6 min 5 sec in block)
tool - (6 ms in self)oracle-jdk8-latest
envVarsForTool - (97 ms in self)
tool - (6 ms in self)apache-maven-latest
envVarsForTool - (0.38 sec in self)
withEnv - (6 min 4 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (6 min 4 sec in block)
sh - (6 min 4 sec in self)mvn -Pstaging clean install -DskipTests
stage - (15 sec in block)Archive
stage block (Archive) - (15 sec in block)
sh - (10 sec in self)mvn help:evaluate -Dexpression=project.version -q -DforceStdout
withEnv - (5.2 sec in block)JERSEY_MVN_VERSION
withEnv block - (5.2 sec in block)
tool - (0.82 sec in self)oracle-jdk8-latest
envVarsForTool - (7 ms in self)
tool - (0.84 sec in self)apache-maven-latest
envVarsForTool - (97 ms in self)
withEnv - (3.4 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (3.4 sec in block)
sh - (1 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 - (1.3 sec in self)
junit - (1 sec in self)