Skip to content
StepArgumentsStatus
Start of Pipeline - (6.2 sec in block)
Success
node - (4.9 sec in block)
Success
node block - (4.7 sec in block)
Success
stage - (1.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 - (3.4 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
Success
withEnv block - (3.4 sec in block)
Success
withEnv - (3.3 sec in block)PAAS_SSH_CRED, PAAS_HOST, DEPLOY_BRANCH
Success
withEnv block - (3.3 sec in block)
Success
stage - (1.8 sec in block)Checkout
Success
stage block (Checkout) - (1.6 sec in block)
Success
checkout - (0.69 sec in self)
Success
script - (0.86 sec in block)
Success
script block - (0.73 sec in block)
Success
sh - (0.29 sec in self)git rev-parse --short HEAD
Success
sh - (0.4 sec in self)git log -1 --pretty=%s
Success
stage - (0.41 sec in block)Lint
Success
stage block (Lint) - (0.35 sec in block)
Success
sh - (0.26 sec in self) set -e for f in bootstrap.sh bin/* infra/*.sh infra/paas-self-deploy infra/paas-ci-ssh; do [ -f "$f" ] && head -1 "$f" | grep -q bash && bash -n "$f" done if command -v shellcheck >/dev/null; then shellcheck -S warning bootstrap.sh bin/paas bin/paas-init infra/*.sh infra/paas-self-deploy infra/paas-ci-ssh else echo "shellcheck not installed on this agent — skipped" fi if command -v node >/dev/null; then for f in panel/*.js panel/lib/*.js panel/bin/*.js; do [ -f "$f" ] && node --check "$f"; done else echo "node not installed on this agent — skipped (checked again on the server)" fi
Success
stage - (0.88 sec in block)Deploy
Success
stage block (Deploy) - (0.71 sec in block)
Success
withCredentials - (0.4 sec in block)
Success
withCredentials block - (0.31 sec in block)
Success
sh - (0.29 sec in self)#!/bin/bash set -eo pipefail tar --exclude=.git --exclude=.idea --exclude=.claude --exclude=node_modules -czf - . | ssh -i "$SSH_KEY" -o IdentitiesOnly=yes -o StrictHostKeyChecking=accept-new -o BatchMode=yes "$PAAS_HOST" deploy "$COMMIT" "$COMMIT_MSG"
Failed
stage - (0.11 sec in block)Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (67 ms in block)
Success
echo - (19 ms in self)Platform deploy FAILED for 9db08e6. On the server: ssh younes@192.168.13.10 'sudo paas-self-deploy status' / 'sudo paas-self-deploy rollback'
Success