Update Jenkinsfile
Some checks failed
Updates/Joplin/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Outler 2025-04-02 23:01:38 +00:00
parent 4db6d46a41
commit 2ab7025fee

3
Jenkinsfile vendored
View File

@ -20,7 +20,8 @@ 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
echo "ALTER USER joplin WITH PASSWORD '\$PG_PASS';" | docker exec -i postgres psql -U joplin
"""
}