add tests
This commit is contained in:
parent
a08ac882c3
commit
0219ccec93
|
@ -61,7 +61,22 @@ pipeline {
|
||||||
sh 'dig ns1.in.thelinuxpro.net ANY @10.99.153.241'
|
sh 'dig ns1.in.thelinuxpro.net ANY @10.99.153.241'
|
||||||
sh 'dig ns1.thelinuxpro.net ANY @204.8.15.81'
|
sh 'dig ns1.thelinuxpro.net ANY @204.8.15.81'
|
||||||
sh 'dig ns1.in.thelinuxpro.net ANY @10.99.153.242'
|
sh 'dig ns1.in.thelinuxpro.net ANY @10.99.153.242'
|
||||||
|
sh 'dig kameronkenny.com @204.8.15.80 a'
|
||||||
|
sh 'dig kameronkenny.com @10.99.153.241 a'
|
||||||
|
sh 'dig kameronkenny.com @204.8.15.81 a'
|
||||||
|
sh 'dig kameronkenny.com @10.99.153.242 a'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('verify SOA serial') {
|
||||||
|
steps {
|
||||||
|
sh 'dig +multi ns1.thelinuxpro.net ANY @204.8.15.80 soa'
|
||||||
|
sh 'dig +multi ns1.in.thelinuxpro.net ANY @10.99.153.241 soa'
|
||||||
|
sh 'dig +multi ns1.thelinuxpro.net ANY @204.8.15.81 soa'
|
||||||
|
sh 'dig +multi ns1.in.thelinuxpro.net ANY @10.99.153.242 soa'
|
||||||
|
sh 'dig +multi kameronkenny.com @204.8.15.80 soa'
|
||||||
|
sh 'dig +multi kameronkenny.com @10.99.153.241 soa'
|
||||||
|
sh 'dig +multi kameronkenny.com @204.8.15.81 soa'
|
||||||
|
sh 'dig +multi kameronkenny.com @10.99.153.242 soa'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue