Compare commits
No commits in common. "0e9df4f8596ae6c5db637983df8601eaef96a30a" and "925af7d314df966688b521f1955914b9e5347846" have entirely different histories.
0e9df4f859
...
925af7d314
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user