missing bracket

This commit is contained in:
Kameron Kenny - pi501 2024-04-23 12:32:24 -04:00
parent b72a0f906b
commit 079445a03d
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -30,6 +30,7 @@ pipeline {
steps { steps {
sh 'dig ns1.thelinuxpro.net ANY @204.8.15.80' sh 'dig ns1.thelinuxpro.net ANY @204.8.15.80'
sh 'dig ns1.in.thelinuxpro.net ANY @10.99.153.241' sh 'dig ns1.in.thelinuxpro.net ANY @10.99.153.241'
}
} }
} }
} }