Remove validateXMLwithDTD()
Change-Id: If48f63f19a2b582bd520243f026c110072769735
diff --git a/Jenkinsfile b/Jenkinsfile
index 3fa899a..a5bd82f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,10 +27,6 @@
sh returnStdout: true, script: cmd
}
-def validateXMLwithDTD() {
- sh returnStdout: true, script: env.WORKSPACE + '/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'