Skip to content
StepArgumentsStatus
Start of Pipeline - (58 sec in block)
libraryResource - (8 ms in self)org/eclipsefdn/jamstack/hugo/agent.yml
echo - (48 ms in self)Final resourceContent: apiVersion: v1 kind: Pod spec: containers: - name: kubectl image: eclipsefdn/kubectl:okd-c1 imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi - name: containertools image: eclipsefdn/containertools:alpine-latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 500m memory: 256Mi - name: build image: eclipsefdn/hugo-node:h0.110.0-n18.13.0 imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 2 memory: 2Gi - name: jnlp imagePullPolicy: Always resources: limits: cpu: 1 memory: 512Mi
podTemplate - (57 sec in block)
podTemplate block - (57 sec in block)
node - (57 sec in block)public_sparkplug_eclipse_org_MR-159_24-mz682
node block - (48 sec in block)
stage - (7.3 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (7.3 sec in block)
checkout - (7.3 sec in self)
withEnv - (40 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (40 sec in block)
withEnv - (40 sec in block)HOME
withEnv block - (40 sec in block)
timeout - (40 sec in block)
timeout block - (40 sec in block)
stage - (2.2 sec in block)Compute build variables
stage block (Compute build variables) - (2.2 sec in block)
script - (2.1 sec in block)
script block - (2.1 sec in block)
sh - (0.33 sec in self) #!/usr/bin/env bash [[ "false" == "true" ]] && printenv echo "credentialsId: gitlab-credentials" exit 0
withCredentials - (32 ms in block)
withCredentials block - (5 ms in block)
echo - (1 ms in self)Deployment config:
echo - (17 ms in self)
withCredentials - (27 ms in block)
withCredentials block - (11 ms in block)
writeFile - (5 ms in self)/tmp/headers16447471781557684454.tmp
sh - (0.87 sec in self)#!/usr/bin/env bash set -exuo pipefail curl -fsSL -H@"/tmp/headers16447471781557684454.tmp" "https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fsparkplug.eclipse.org/merge_requests/159/notes?per_page=50" rm -f "/tmp/headers16447471781557684454.tmp"
withCredentials - (35 ms in block)
withCredentials block - (16 ms in block)
writeFile - (8 ms in self)/tmp/headers14588962492115341049.tmp
writeFile - (6 ms in self)/tmp/bodyPayload2885203366062860326.json
sh - (0.85 sec in self)#!/usr/bin/env bash set -exuo pipefail curl -fsSL -H@"/tmp/headers14588962492115341049.tmp" -X PUT --data @"/tmp/bodyPayload2885203366062860326.json" "https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fsparkplug.eclipse.org/merge_requests/159/notes/1351535" rm -f "/tmp/headers14588962492115341049.tmp" "/tmp/bodyPayload2885203366062860326.json"
stage - (37 sec in block)Build Hugo site
stage block (Build Hugo site) - (37 sec in block)
container - (37 sec in block)build
container block - (37 sec in block)
sh - (0.53 sec in self)#!/usr/bin/env bash set -euo pipefail basename org/eclipsefdn/jamstack/hugo/build.sh
libraryResource - (2 ms in self)org/eclipsefdn/jamstack/hugo/build.sh
echo - (1 ms in self)Final resourceContent: #!/usr/bin/env bash set -euo pipefail if [[ -e yarn.lock ]]; then yarn install --frozen-lockfile; elif [[ -e package-lock.json ]]; then npm --unsafe-perm ci; fi; hugo --gc --minify --destination "${1}" --baseURL "${2}"
writeFile - (6 ms in self)MR-159__build.sh
sh - (36 sec in self)#!/usr/bin/env bash set -euo pipefail chmod a+x "MR-159__build.sh" "./MR-159__build.sh" "./public/" "https://preview-159--sparkplug-eclipse-org.eclipsecontent.org/"
stage - (20 ms in block)Build Docker image
stage block (Build Docker image) - (7 ms in block)
getContext - (1 ms in self)
stage - (0.14 sec in block)Deployment and cleanup
stage block (Deployment and cleanup) - (0.13 sec in block)
getContext - (7 ms in self)
parallel - (0.11 sec in block)
parallel block (Branch: Cleanup previews) - (6 ms in block)
stage - (95 ms in block)Cleanup previews
stage block (Cleanup previews) - (8 ms in block)
getContext - (1 ms in self)
parallel block (Branch: Deploy to kubernetes cluster) - (0.11 sec in block)
stage - (98 ms in block)Deploy to kubernetes cluster
stage block (Deploy to kubernetes cluster) - (9 ms in block)
getContext - (1 ms in self)
stage - (1.2 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (1.2 sec in block)
script - (1.2 sec in block)
script block - (1.2 sec in block)
withCredentials - (27 ms in block)
withCredentials block - (10 ms in block)
writeFile - (5 ms in self)/tmp/headers18144474350521758360.tmp
writeFile - (8 ms in self)/tmp/bodyPayload12451580788477305434.json
sh - (1.2 sec in self)#!/usr/bin/env bash set -exuo pipefail curl -fsSL -H@"/tmp/headers18144474350521758360.tmp" -X PUT --data @"/tmp/bodyPayload12451580788477305434.json" "https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fsparkplug.eclipse.org/merge_requests/159/notes/1351535" rm -f "/tmp/headers18144474350521758360.tmp" "/tmp/bodyPayload12451580788477305434.json"