aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Nanis2026-02-27 17:14:06 -0500
committerMax Nanis2026-02-27 17:14:06 -0500
commit81c377d8a629eaf09172f96876c9877a6f400d54 (patch)
treea536b45566977e82bfe07e4c7b0fadfe9c96cf36
parentc91e295fb4dae752387ce902ea042dbfa624491f (diff)
downloadamt-jb-81c377d8a629eaf09172f96876c9877a6f400d54.tar.gz
amt-jb-81c377d8a629eaf09172f96876c9877a6f400d54.zip
Jenkins Attempt #4 (Feeling 🍀 this time)
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index be1e156..eb53bfd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
}
sh """
- PGPASSWORD=${env.DB_PASSWORD} psql -h ${env.DB_POSTGRESQL_HOST} -U ${env.DB_USER} -d ${env.DB_NAME} <<EOF
+ PGPASSWORD=${env.DB_PASSWORD} psql -h ${env.DB_POSTGRESQL_HOST} -U ${env.DB_USER} -d postgres <<EOF
CREATE DATABASE "${env.DB_NAME}" WITH TEMPLATE = template0 ENCODING = 'UTF8';
EOF
"""