Remove validateXMLwithDTD()

Change-Id: Iff3ca81632045c6f25db955077b9384734cbb1e0
diff --git a/Jenkinsfile b/Jenkinsfile
index 03402b4..a5bd82f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,10 +27,6 @@
     sh returnStdout: true, script: cmd
 }
 
-def validateXMLwithDTD() {
-    sh returnStdout: true, script: 'validate_manifest.sh'
-}
-
 int checkBranchExists(def proj) {
     if (env.IGNORE_LIST.contains(proj)) {
         return 0
@@ -46,9 +42,6 @@
 
 node ('master') {
 
-    stage 'Validate default.xml with DTD'
-    validateXMLwithDTD()
-
     stage 'Check and create support branches'
     def url = 'https://gerrit.opencord.org/projects/?type=CODE'
     def response = httpRequest url: url, validResponseCodes: '200'