Compare commits

...

2 Commits

Author SHA1 Message Date
Marcin-Ramotowski
0e9df4f859 Corrected command to run tests in Goss 2025-05-04 10:14:36 +00:00
Marcin-Ramotowski
1554404657 Corrected port to check in Goss YAML config 2025-05-04 10:14:18 +00:00
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -42,7 +42,7 @@ pipeline {
'''
withEnv(["GOSS_OPTS=-f junit", 'GOSS_PATH=./goss', "SQLALCHEMY_DATABASE_URI=sqlite:///:memory:"]) {
sh label: 'run image tests', script: './dgoss run ${DOCKER_IMAGE} > goss_junit.xml'
sh label: 'run image tests', script: './dgoss run -e SQLALCHEMY_DATABASE_URI=sqlite:///:memory: ${DOCKER_IMAGE} > goss_junit.xml'
}
}
}

View File

@ -1,5 +1,5 @@
port:
tcp:80:
tcp:5000:
listening: true
ip:
- 0.0.0.0