Update Jenkinsfile
Some checks are pending
Updates/Joplin/pipeline/head Build started...

This commit is contained in:
Adam Outler 2025-04-05 08:57:38 +00:00
parent 8e0751f4fc
commit 245ee5ff12

2
Jenkinsfile vendored
View File

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