Skip to content
Jenkins
authentik-deploy
#1
Pipeline Steps
Search
Manage Jenkins
Sign in
Status
Changes
Console Output
Edit Build Information
Delete build ‘#1’
Timings
Git Build Data
Pipeline Overview
Restart from Stage
Replay
Pipeline Steps
Workspaces
Next Build
Step
Arguments
Status
Start of Pipeline - (14 sec in block)
Success
node - (12 sec in block)
Success
node block - (12 sec in block)
Success
stage - (1.7 sec in block)
Declarative: Checkout SCM
Success
stage block (Declarative: Checkout SCM) - (1.6 sec in block)
Success
checkout - (1.5 sec in self)
Success
withEnv - (10 sec in block)
GIT_BRANCH, GIT_COMMIT, GIT_URL
Success
withEnv block - (9.9 sec in block)
Success
timeout - (9.7 sec in block)
Success
timeout block - (9.2 sec in block)
Success
timestamps - (9 sec in block)
Success
timestamps block - (8.9 sec in block)
Success
stage - (2.1 sec in block)
Checkout
Success
stage block (Checkout) - (1.9 sec in block)
Success
script - (1.7 sec in block)
Success
script block - (1.6 sec in block)
Success
cleanWs - (0.13 sec in self)
Success
checkout - (1.2 sec in self)
Success
echo - (18 ms in self)
✅ Code checked out successfully
Success
pwd - (26 ms in self)
Success
echo - (52 ms in self)
📂 Working directory: /var/jenkins_home/workspace/authentik-deploy
Success
echo - (32 ms in self)
🌿 Git branch: null
Success
echo - (18 ms in self)
🏷️ Git commit: d66589da
Success
stage - (2.7 sec in block)
Validate Configuration
Success
stage block (Validate Configuration) - (1.5 sec in block)
Success
script - (1.1 sec in block)
Success
script block - (0.93 sec in block)
Success
echo - (61 ms in self)
🔍 Validating configuration files...
Success
fileExists - (0.14 sec in self)
docker-compose.yml
Success
echo - (65 ms in self)
✅ Found: docker-compose.yml
Success
fileExists - (0.14 sec in self)
.env.example
Success
echo - (57 ms in self)
✅ Found: .env.example
Success
sh - (0.35 sec in self)
echo "🐳 Validating Docker Compose files..." docker compose -f docker-compose.yml config --quiet || { echo "❌ Docker Compose validation failed" exit 1 }
Failed
stage - (0.64 sec in block)
System Health Check
Success
stage block (System Health Check) - (0.2 sec in block)
Success
getContext - (44 ms in self)
Success
stage - (0.24 sec in block)
Deploy Authentik
Success
stage block (Deploy Authentik) - (92 ms in block)
Success
getContext - (30 ms in self)
Success
stage - (0.31 sec in block)
Verify Deployment
Success
stage block (Verify Deployment) - (92 ms in block)
Success
getContext - (28 ms in self)
Success
stage - (0.24 sec in block)
Create Backup
Success
stage block (Create Backup) - (88 ms in block)
Success
getContext - (26 ms in self)
Success
stage - (2.4 sec in block)
Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (2.3 sec in block)
Success
script - (0.58 sec in block)
Success
script block - (0.43 sec in block)
Success
echo - (41 ms in self)
📋 Pipeline completed with status: FAILURE
Success
echo - (26 ms in self)
🎯 Authentik Deployment Pipeline 📅 Build: 1 🌿 Branch: null 🏷️ Commit: d66589da ⏱️ Duration: 14 sec and counting ✅ Status: FAILURE
Success
sh - (0.3 sec in self)
find jenkins_backups -name "*.sql" -type f | sort -r | tail -n +6 | xargs rm -f || true
Success
script - (1 sec in block)
Success
script block - (0.91 sec in block)
Success
echo - (27 ms in self)
❌ Authentik deployment failed!
Success
sh - (0.81 sec in self)
echo "🐳 Container logs:" docker compose logs --tail=100 || echo "Could not get container logs" echo "📋 System status:" docker compose ps || echo "Could not get container status"
Success
script - (0.56 sec in block)
Success
script block - (0.45 sec in block)
Success
echo - (31 ms in self)
🧹 Cleaning up workspace...
Success
sh - (0.32 sec in self)
rm -f *.tmp || true
Success
echo - (19 ms in self)
✅ Keeping containers running for production (main branch)
Success