Skip to content

Commit 5f25769

Browse files
authored
Merge pull request #2783 from NginxProxyManager/uidgid
Make PUID and PGID optional
2 parents d5ed70d + 9fe07fa commit 5f25769

File tree

16 files changed

+513
-232
lines changed

16 files changed

+513
-232
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ pipeline {
9191
// Bring up a stack
9292
sh 'docker-compose up -d fullstack-sqlite'
9393
sh './scripts/wait-healthy $(docker-compose ps --all -q fullstack-sqlite) 120'
94+
// Stop and Start it, as this will test it's ability to restart with existing data
95+
sh 'docker-compose stop fullstack-sqlite'
96+
sh 'docker-compose start fullstack-sqlite'
97+
sh './scripts/wait-healthy $(docker-compose ps --all -q fullstack-sqlite) 120'
9498

9599
// Run tests
96100
sh 'rm -rf test/results'

0 commit comments

Comments
 (0)