Corrected command to run tests in Goss
This commit is contained in:
parent
1554404657
commit
0e9df4f859
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -42,7 +42,7 @@ pipeline {
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
withEnv(["GOSS_OPTS=-f junit", 'GOSS_PATH=./goss', "SQLALCHEMY_DATABASE_URI=sqlite:///:memory:"]) {
|
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user