Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 13 sec in block)
libraryResource - (9 ms in self)org/eclipsefdn/jamstack/hugo/agent.yml
echo - (46 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:latest imagePullPolicy: Always command: [ "sleep" ] args: [ "infinity" ] resources: limits: cpu: 2 memory: 2Gi - name: jnlp imagePullPolicy: Always resources: limits: cpu: 1 memory: 512Mi
podTemplate - (1 min 12 sec in block)
podTemplate block - (1 min 12 sec in block)
node - (1 min 12 sec in block)public_ecdtools_eclipse_org_MR-274_20-qm57r
node block - (51 sec in block)
stage - (7.5 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (7.5 sec in block)
checkout - (7.5 sec in self)
withEnv - (44 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (44 sec in block)
withEnv - (44 sec in block)HOME
withEnv block - (44 sec in block)
timeout - (44 sec in block)
timeout block - (44 sec in block)
stage - (2.2 sec in block)Compute build variables
stage block (Compute build variables) - (2.1 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 - (25 ms in block)
withCredentials block - (5 ms in block)
echo - (1 ms in self)Deployment config:
echo - (17 ms in self)
withCredentials - (29 ms in block)
withCredentials block - (16 ms in block)
writeFile - (5 ms in self)/tmp/headers6387933817533705646.tmp
sh - (0.85 sec in self)#!/usr/bin/env bash set -exuo pipefail curl -fsSL -H@"/tmp/headers6387933817533705646.tmp" "https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fecdtools.eclipse.org/merge_requests/274/notes?per_page=50" rm -f "/tmp/headers6387933817533705646.tmp"
withCredentials - (26 ms in block)
withCredentials block - (11 ms in block)
writeFile - (5 ms in self)/tmp/headers18227140655598299549.tmp
writeFile - (6 ms in self)/tmp/bodyPayload830557634380733179.json
sh - (0.84 sec in self)#!/usr/bin/env bash set -exuo pipefail curl -fsSL -H@"/tmp/headers18227140655598299549.tmp" -X PUT --data @"/tmp/bodyPayload830557634380733179.json" "https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fecdtools.eclipse.org/merge_requests/274/notes/1351553" rm -f "/tmp/headers18227140655598299549.tmp" "/tmp/bodyPayload830557634380733179.json"
stage - (38 sec in block)Build Hugo site
stage block (Build Hugo site) - (38 sec in block)
container - (38 sec in block)build
container block - (38 sec in block)
sh - (0.51 sec in self)#!/usr/bin/env bash set -euo pipefail basename org/eclipsefdn/jamstack/hugo/build.sh
libraryResource - (3 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 - (5 ms in self)MR-274__build.sh
sh - (38 sec in self)#!/usr/bin/env bash set -euo pipefail chmod a+x "MR-274__build.sh" "./MR-274__build.sh" "./public/" "https://preview-274--ecdtools-eclipse-org.eclipsecontent.org/"
stage - (15 ms in block)Build Docker image
stage block (Build Docker image) - (6 ms in block)
stage - (58 ms in block)Deployment and cleanup
stage block (Deployment and cleanup) - (46 ms in block)
parallel - (35 ms in block)
parallel block (Branch: Cleanup previews) - (5 ms in block)
stage - (11 ms in block)Cleanup previews
stage block (Cleanup previews) - (7 ms in block)
parallel block (Branch: Deploy to kubernetes cluster) - (25 ms in block)
stage - (14 ms in block)Deploy to kubernetes cluster
stage block (Deploy to kubernetes cluster) - (6 ms in block)
stage - (3.1 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (3.1 sec in block)
script - (3.1 sec in block)
script block - (3 sec in block)
withCredentials - (0.66 sec in block)
withCredentials block - (11 ms in block)
writeFile - (5 ms in self)/tmp/headers9973959883994980325.tmp
writeFile - (5 ms in self)/tmp/bodyPayload2432713233553056840.json
sh - (0.84 sec in self)#!/usr/bin/env bash set -exuo pipefail curl -fsSL -H@"/tmp/headers9973959883994980325.tmp" -X PUT --data @"/tmp/bodyPayload2432713233553056840.json" "https://gitlab.eclipse.org/api/v4/projects/eclipsefdn%2Fit%2Fwebsites%2Fecdtools.eclipse.org/merge_requests/274/notes/1351553" rm -f "/tmp/headers9973959883994980325.tmp" "/tmp/bodyPayload2432713233553056840.json"