Skip to content
StepArgumentsStatus
Start of Pipeline - (12 sec in block)
Success
node - (11 sec in block)
Success
node block - (11 sec in block)
Success
stage - (1 sec in block)Declarative: Checkout SCM
Success
stage block (Declarative: Checkout SCM) - (0.99 sec in block)
Success
checkout - (0.94 sec in self)
Success
withEnv - (10 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
Success
withEnv block - (10 sec in block)
Success
withEnv - (10 sec in block)PAAS_SSH_CRED, PAAS_HOST, DEPLOY_BRANCH
Success
withEnv block - (10 sec in block)
Success
stage - (1.3 sec in block)Checkout
Success
stage block (Checkout) - (1.3 sec in block)
Success
checkout - (0.61 sec in self)
Success
script - (0.64 sec in block)
Success
script block - (0.6 sec in block)
Success
sh - (0.29 sec in self)git rev-parse --short HEAD
Success
sh - (0.28 sec in self)git log -1 --pretty=%s
Success
stage - (0.33 sec in block)Lint
Success
stage block (Lint) - (0.3 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 - (8.1 sec in block)Deploy
Success
stage block (Deploy) - (8 sec in block)
Success
withCredentials - (7.9 sec in block)
Success
withCredentials block - (7.8 sec in block)
Success
sh - (7.8 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"
Success
stage - (63 ms in block)Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (43 ms in block)
Success
echo - (15 ms in self)Platform at b4705e1 is live on deploy@192.168.13.10
Success