Remove docker and image/ jenkins jobs. It was moved into infra repo

Change-Id: I86d434db380ff17385b82c6b3f5d9019e1178eb9
diff --git a/jenkins/client/job/docker/cleanup.yml b/jenkins/client/job/docker/cleanup.yml
index e1bdcd1..2500254 100644
--- a/jenkins/client/job/docker/cleanup.yml
+++ b/jenkins/client/job/docker/cleanup.yml
@@ -1,36 +1,2 @@
-parameters:
-  _param:
-    jenkins_salt_api_url: "http://${_param:salt_master_host}:6969"
-    jenkins_salt_model_name: "salt"
-  jenkins:
-    client:
-      job:
-        docker-cleanup-pipeline:
-          name: docker-cleanup
-          discard:
-            build:
-              keep_num: 3
-            artifact:
-              keep_num: 3
-          type: workflow-scm
-          concurrent: true
-          scm:
-            type: git
-            url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
-            branch: "${_param:jenkins_pipelines_branch}"
-            credentials: "gerrit"
-            script: docker-cleanup-pipeline.groovy
-          trigger:
-            timer:
-              spec: "H H * * *"
-          param:
-              SALT_MASTER_URL:
-                type: string
-                default: "${_param:jenkins_salt_api_url}"
-              SALT_MASTER_CREDENTIALS:
-                type: string
-                default: "salt"
-              TEST_DATE_STRING:
-                type: string
-                default: "yesterday"
-                description: "Date string for comparison determining deletion of docker container"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo