diff options
| author | Max Nanis | 2026-02-27 17:14:06 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-27 17:14:06 -0500 |
| commit | 81c377d8a629eaf09172f96876c9877a6f400d54 (patch) | |
| tree | a536b45566977e82bfe07e4c7b0fadfe9c96cf36 /Jenkinsfile | |
| parent | c91e295fb4dae752387ce902ea042dbfa624491f (diff) | |
| download | amt-jb-81c377d8a629eaf09172f96876c9877a6f400d54.tar.gz amt-jb-81c377d8a629eaf09172f96876c9877a6f400d54.zip | |
Jenkins Attempt #4 (Feeling 🍀 this time)
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
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 """ |
