Update Jenkinsfile
All checks were successful
Updates/Joplin/pipeline/head This commit looks good

This commit is contained in:
Adam Outler 2025-04-02 23:07:44 +00:00
parent 021f6de0bd
commit 2052adf974

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
GMAIL_APP_PASSWORD="${GMAIL_APP_PASSWORD}" \
COMPOSE_PROJECT_NAME=${PROJECT_NAME} \
docker compose up -d --force-recreate
echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U postgres -d postgres
echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U joplin -d joplindb
"""
}