Skip to content
Jenkins
log in
Dashboard
All
PA_202510_G83_E5_Front
#1
Pipeline Steps
Status
Changes
Console Output
View Build Information
Timings
Git Build Data
Pipeline Overview
Pipeline Console
Pipeline Steps
Step
Arguments
Status
Start of Pipeline - (1 min 23 sec in block)
Success
node - (1 min 23 sec in block)
Success
node block - (1 min 23 sec in block)
Success
stage - (1 sec in block)
Declarative: Checkout SCM
Success
stage block (Declarative: Checkout SCM) - (1 sec in block)
Success
checkout - (1 sec in self)
Success
withEnv - (1 min 22 sec in block)
GIT_BRANCH, GIT_COMMIT, GIT_URL
Success
withEnv block - (1 min 22 sec in block)
Success
withCredentials - (1 min 22 sec in block)
Success
withCredentials block - (1 min 22 sec in block)
Success
withEnv - (1 min 22 sec in block)
GIT_CREDENTIAL_ID, SONARQUBE_URL, GIT_REPO
Success
withEnv block - (1 min 22 sec in block)
Success
stage - (0.71 sec in block)
Checkout
Success
stage block (Checkout) - (0.67 sec in block)
Success
scmSkip - (53 ms in self)
Success
git - (0.6 sec in self)
Success
stage - (42 sec in block)
Build
Success
stage block (Build) - (42 sec in block)
Success
script - (42 sec in block)
Success
script block - (42 sec in block)
Success
isUnix - (7 ms in self)
Success
withEnv - (0.33 sec in block)
JD_ID, JD_TO_RUN
Success
withEnv block - (0.31 sec in block)
Success
sh - (0.29 sec in self)
docker inspect -f . "$JD_TO_RUN"
Success
withDockerContainer - (42 sec in block)
Success
withDockerContainer block - (39 sec in block)
Success
sh - (39 sec in self)
npm i -s npm run build
Success
stage - (10 sec in block)
Test
Success
stage block (Test) - (10 sec in block)
Success
script - (10 sec in block)
Success
script block - (10 sec in block)
Success
isUnix - (8 ms in self)
Success
withEnv - (0.32 sec in block)
JD_ID, JD_TO_RUN
Success
withEnv block - (0.29 sec in block)
Success
sh - (0.28 sec in self)
docker inspect -f . "$JD_TO_RUN"
Success
withDockerContainer - (9.9 sec in block)
Success
withDockerContainer block - (7.8 sec in block)
Success
sh - (7.8 sec in self)
CI=true npm run test -- --coverage .
Success
stage - (28 sec in block)
Static Analysis
Success
stage block (Static Analysis) - (28 sec in block)
Success
sh - (28 sec in self)
docker run --rm -u root -e SONAR_HOST_URL=${SONARQUBE_URL} -e SONAR_TOKEN=${SONAR_TOKEN} -v ${WORKSPACE}:/usr/src sonarsource/sonar-scanner-cli
Success
stage - (65 ms in block)
Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (42 ms in block)
Success
cleanWs - (24 ms in self)
true
Success