diff options
| author | Max Nanis | 2026-02-27 17:01:14 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-27 17:01:14 -0500 |
| commit | c91e295fb4dae752387ce902ea042dbfa624491f (patch) | |
| tree | 36e463c6545ea65f2246cdeb15d0fc74c3b18b8b /Jenkinsfile | |
| parent | 5a3e20ee7bf6088330ffe2bd43eed1ef41dd3b02 (diff) | |
| download | amt-jb-c91e295fb4dae752387ce902ea042dbfa624491f.tar.gz amt-jb-c91e295fb4dae752387ce902ea042dbfa624491f.zip | |
Jenkins Attempt #3
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index cb285e0..be1e156 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_PASSWORD} <<EOF + PGPASSWORD=${env.DB_PASSWORD} psql -h ${env.DB_POSTGRESQL_HOST} -U ${env.DB_USER} -d ${env.DB_NAME} <<EOF CREATE DATABASE "${env.DB_NAME}" WITH TEMPLATE = template0 ENCODING = 'UTF8'; EOF """ |
