Compare commits

..

No commits in common. "0e9df4f8596ae6c5db637983df8601eaef96a30a" and "925af7d314df966688b521f1955914b9e5347846" have entirely different histories.

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 -e SQLALCHEMY_DATABASE_URI=sqlite:///:memory: ${DOCKER_IMAGE} > goss_junit.xml'
sh label: 'run image tests', script: './dgoss run ${DOCKER_IMAGE} > goss_junit.xml'
}
}
}

View File

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