Skip to content
Jenkins
authentik-deploy
#2
Pipeline Steps
Search
Manage Jenkins
Sign in
Status
Changes
Console Output
Edit Build Information
Delete build ‘#2’
Timings
Git Build Data
Pipeline Overview
Replay
Pipeline Steps
Workspaces
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (13 sec in block)
Success
node - (12 sec in block)
Success
node block - (11 sec in block)
Success
stage - (1.8 sec in block)
Declarative: Checkout SCM
Success
stage block (Declarative: Checkout SCM) - (1.6 sec in block)
Success
checkout - (1.4 sec in self)
Success
withEnv - (10 sec in block)
GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
Success
withEnv block - (9.8 sec in block)
Success
timeout - (9.7 sec in block)
Success
timeout block - (9.6 sec in block)
Success
timestamps - (9.5 sec in block)
Success
timestamps block - (9.4 sec in block)
Success
stage - (3 sec in block)
Checkout
Success
stage block (Checkout) - (2.3 sec in block)
Success
script - (2.1 sec in block)
Success
script block - (2 sec in block)
Success
cleanWs - (0.11 sec in self)
Success
checkout - (1.4 sec in self)
Success
echo - (41 ms in self)
✅ Code checked out successfully
Success
pwd - (58 ms in self)
Success
echo - (0.15 sec in self)
📂 Working directory: /var/jenkins_home/workspace/authentik-deploy
Success
echo - (69 ms in self)
🌿 Git branch: null
Success
echo - (38 ms in self)
🏷️ Git commit: ac7451d0
Success
stage - (1.6 sec in block)
Validate Configuration
Success
stage block (Validate Configuration) - (1.3 sec in block)
Success
script - (1.1 sec in block)
Success
script block - (0.95 sec in block)
Success
echo - (59 ms in self)
🔍 Validating configuration files...
Success
fileExists - (0.13 sec in self)
docker-compose.yml
Success
echo - (65 ms in self)
✅ Found: docker-compose.yml
Success
fileExists - (0.13 sec in self)
.env.example
Success
echo - (75 ms in self)
✅ Found: .env.example
Success
sh - (0.36 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.27 sec in block)
System Health Check
Success
stage block (System Health Check) - (99 ms in block)
Success
getContext - (29 ms in self)
Success
stage - (0.58 sec in block)
Initialize Database
Success
stage block (Initialize Database) - (0.11 sec in block)
Success
getContext - (32 ms in self)
Success
stage - (0.48 sec in block)
Deploy Authentik
Success
stage block (Deploy Authentik) - (0.18 sec in block)
Success
getContext - (58 ms in self)
Success
stage - (0.32 sec in block)
Verify Deployment
Success
stage block (Verify Deployment) - (0.12 sec in block)
Success
getContext - (30 ms in self)
Success
stage - (0.29 sec in block)
Create Backup
Success
stage block (Create Backup) - (0.1 sec in block)
Success
getContext - (30 ms in self)
Success
stage - (2.6 sec in block)
Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (2.5 sec in block)
Success
script - (0.65 sec in block)
Success
script block - (0.48 sec in block)
Success
echo - (51 ms in self)
📋 Pipeline completed with status: FAILURE
Success
echo - (29 ms in self)
🎯 Authentik Deployment Pipeline 📅 Build: 2 🌿 Branch: null 🏷️ Commit: ac7451d0 ⏱️ Duration: 13 sec and counting ✅ Status: FAILURE
Success
sh - (0.31 sec in self)
find jenkins_backups -name "*.sql" -type f | sort -r | tail -n +6 | xargs rm -f || true
Success
script - (1.1 sec in block)
Success
script block - (0.92 sec in block)
Success
echo - (30 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.57 sec in block)
Success
script block - (0.45 sec in block)
Success
echo - (28 ms in self)
🧹 Cleaning up workspace...
Success
sh - (0.33 sec in self)
rm -f *.tmp || true
Success
echo - (19 ms in self)
✅ Keeping containers running for production (main branch)
Success