Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 8 sec in block)
Success
node - (1 min 7 sec in block)
Success
node block - (1 min 6 sec in block)
Success
stage - (1.4 sec in block)Declarative: Checkout SCM
Success
stage block (Declarative: Checkout SCM) - (1.2 sec in block)
Success
checkout - (1 sec in self)
Success
withEnv - (1 min 5 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
Success
withEnv block - (1 min 5 sec in block)
Success
withEnv - (1 min 4 sec in block)DOCKER_IMAGE, BACKUP_RETENTION, COMPOSE_FILE
Success
withEnv block - (1 min 4 sec in block)
Success
timeout - (1 min 4 sec in block)
Success
timeout block - (1 min 4 sec in block)
Success
timestamps - (1 min 4 sec in block)
Success
timestamps block - (1 min 4 sec in block)
Success
stage - (2.5 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.16 sec in self)
Success
checkout - (1.4 sec in self)
Success
echo - (29 ms in self)✅ Code checked out successfully
Success
pwd - (41 ms in self)
Success
echo - (77 ms in self)📂 Working directory: /var/jenkins_home/workspace/postgres-deploy
Success
echo - (45 ms in self)🌿 Git branch: null
Success
echo - (27 ms in self)🏷️ Git commit: ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da
Success
stage - (7.6 sec in block)Validate Configuration
Success
stage block (Validate Configuration) - (7.3 sec in block)
Success
script - (7.1 sec in block)
Success
script block - (7 sec in block)
Success
echo - (83 ms in self)🔍 Validating configuration files...
Success
fileExists - (0.11 sec in self)docker-compose.yml
Success
echo - (72 ms in self)✅ Found: docker-compose.yml
Success
fileExists - (0.13 sec in self)postgresql/conf/postgresql.conf
Success
echo - (78 ms in self)✅ Found: postgresql/conf/postgresql.conf
Success
fileExists - (0.11 sec in self)postgresql/conf/pg_hba.conf
Success
echo - (95 ms in self)✅ Found: postgresql/conf/pg_hba.conf
Success
fileExists - (1.9 sec in self)postgresql/init/01-init-database.sh
Success
echo - (3 sec in self)✅ Found: postgresql/init/01-init-database.sh
Success
fileExists - (0.12 sec in self).env.example
Success
echo - (55 ms in self)✅ Found: .env.example
Success
sh - (0.39 sec in self) echo "🐳 Validating Docker Compose files..." docker-compose -f docker-compose.yml config --quiet
Success
sh - (0.34 sec in self) echo "🗄️ Validating PostgreSQL configuration..." # Basic syntax check for postgresql.conf grep -E '^(shared_buffers|effective_cache_size|work_mem)' postgresql/conf/postgresql.conf
Success
sh - (0.32 sec in self) echo "🔐 Checking Jenkins credentials configuration..." echo "ℹ️ Note: Make sure you have configured these Jenkins credentials:" echo " - postgres-password (Secret Text): Your PostgreSQL password" echo " - postgres-db (String, optional): Database name (default: postgres)" echo " - postgres-user (String, optional): Database user (default: postgres)" echo "📝 Configure in: Jenkins → Manage Jenkins → Manage Credentials → (global)"
Success
stage - (5.3 sec in block)System Health Check
Success
stage block (System Health Check) - (5.1 sec in block)
Success
script - (2.5 sec in block)
Success
script block - (2 sec in block)
Success
echo - (0.31 sec in self)🔍 Checking system resources...
Success
sh - (0.58 sec in self) if ! docker info >/dev/null 2>&1; then echo "❌ Docker is not running" exit 1 fi echo "✅ Docker is running" # Check system resources echo "💾 Memory information:" free -h echo "💿 Disk space:" df -h . echo "🖥️ CPU information:" nproc
Success
stage - (37 sec in block)Deploy PostgreSQL
Success
stage block (Deploy PostgreSQL) - (37 sec in block)
Success
echo - (0.1 sec in self)Warning, empty changelog. Have you run checkout?
Success
echo - (90 ms in self)Warning, empty changelog. Have you run checkout?
Success
echo - (78 ms in self)Warning, empty changelog. Have you run checkout?
Success
echo - (0.17 sec in self)Warning, empty changelog. Have you run checkout?
Success
script - (36 sec in block)
Success
script block - (35 sec in block)
Success
echo - (0.12 sec in self)🚀 Deploying PostgreSQL...
Success
sh - (0.39 sec in self)chmod +x postgresql/scripts/*.sh
Success
withCredentials - (35 sec in block)
Success
withCredentials block - (34 sec in block)
Success
sh - (34 sec in self)
Success
echo - (29 ms in self)✅ PostgreSQL deployed successfully
Success
stage - (2.4 sec in block)Verify Deployment
Success
stage block (Verify Deployment) - (2.1 sec in block)
Success
script - (1.8 sec in block)
Success
script block - (1.7 sec in block)
Success
echo - (64 ms in self)🔍 Verifying deployment...
Success
withCredentials - (1.5 sec in block)
Success
withCredentials block - (1.2 sec in block)
Success
sh - (1.1 sec in self)
Success
echo - (27 ms in self)✅ Deployment verification completed
Success
stage - (1.7 sec in block)Performance Test
Success
stage block (Performance Test) - (1.5 sec in block)
Success
script - (1.4 sec in block)
Success
script block - (1.2 sec in block)
Success
echo - (55 ms in self)⚡ Running performance tests...
Success
withCredentials - (1 sec in block)
Success
withCredentials block - (0.67 sec in block)
Success
sh - (0.59 sec in self)
Success
echo - (25 ms in self)✅ Performance tests completed
Success
stage - (2.9 sec in block)Create Backup
Success
stage block (Create Backup) - (2.6 sec in block)
Success
script - (2.4 sec in block)
Success
script block - (2.3 sec in block)
Success
echo - (52 ms in self)💾 Creating deployment backup: jenkins_backup_20251128_024607.sql
Success
withCredentials - (1.9 sec in block)
Success
withCredentials block - (1.5 sec in block)
Success
sh - (1.5 sec in self)
Success
archiveArtifacts - (0.2 sec in self)
Success
stage - (3.6 sec in block)Declarative: Post Actions
Success
stage block (Declarative: Post Actions) - (3.4 sec in block)
Success
script - (0.83 sec in block)
Success
script block - (0.56 sec in block)
Success
echo - (79 ms in self)📋 Pipeline completed with status: SUCCESS
Success
echo - (38 ms in self) 🎯 PostgreSQL Deployment Pipeline 📅 Build: 34 🌿 Branch: null 🏷️ Commit: ade1f21b ⏱️ Duration: 1 min 10 sec and counting ✅ Status: SUCCESS
Success
sh - (0.34 sec in self)find jenkins_backups -name "*.sql" -type f | sort -r | tail -n +6 | xargs rm -f || true
Success
script - (0.38 sec in block)
Success
script block - (0.14 sec in block)
Success
echo - (25 ms in self)🎉 PostgreSQL deployment successful!
Success
script - (2.1 sec in block)
Success
script block - (1.9 sec in block)
Success
echo - (42 ms in self)🧹 Cleaning up workspace...
Success
sh - (1.2 sec in self)rm -f *.tmp || true
Success
echo - (0.53 sec in self)✅ Keeping containers running for automated backups (main branch or production)
Success