diff --git a/Jenkinsfile b/Jenkinsfile index b184ee3..c806b59 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'