update Jenkins file to execute new bats test

This commit is contained in:
Kameron Kenny 2024-12-18 16:14:47 -05:00
parent 22f0853d32
commit b2aad3eef3
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -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'