update Jenkins file to execute new bats test
This commit is contained in:
parent
22f0853d32
commit
b2aad3eef3
|
@ -102,6 +102,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Integration Tests') {
|
||||
steps {
|
||||
sh 'bats -F junit test/integration/dns.bat' > TEST-Integration-dns.xml
|
||||
}
|
||||
}
|
||||
|
||||
stage('test primary dns') {
|
||||
steps {
|
||||
sh 'dig ns1.thelinuxpro.net ANY @204.8.15.80'
|
||||
|
|
Loading…
Reference in New Issue