remove before testing
This commit is contained in:
parent
68ecc27e86
commit
6114ef935a
|
@ -104,6 +104,7 @@ pipeline {
|
|||
|
||||
stage('Integration Tests') {
|
||||
steps {
|
||||
sh 'rm -rf test/results'
|
||||
sh 'mkdir -p test/results/integration/dns'
|
||||
sh 'bats -F junit --gather-test-outputs-in test/results/integration/dns test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue