Added job for testing mk-pipelines

Change-Id: I60c5dc4a89e4cf4798f1b9a07eca985a6948a7f0
diff --git a/jenkins/client/job/test_pipelines.yml b/jenkins/client/job/test_pipelines.yml
new file mode 100644
index 0000000..3a4149c
--- /dev/null
+++ b/jenkins/client/job/test_pipelines.yml
@@ -0,0 +1,43 @@
+parameters:
+  jenkins:
+    client:
+      job:
+        test-mk-pipelines-pipeline:
+        name: test-mk-pipelines
+        discard:
+          build:
+            keep_num: 25
+          artifact:
+            keep_num: 25
+        type: workflow-scm
+        concurrent: true
+        scm:
+          type: git
+          url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
+          credentials: "gerrit"
+          script: git-mirror-2way-pipeline.groovy
+        trigger:
+          gerrit:
+            project:
+              mk/mk-pipelines":
+                branches:
+                  - master
+            event:
+              patchset:
+                - created:
+                    excludeDrafts: false
+                    excludeTrivialRebase: false
+                    excludeNoCodeChange: false
+              comment:
+                - addedContains:
+                    commentAddedCommentContains: '(recheck|reverify)'
+        param:
+          CREDENTIALS_ID:
+            type: string
+            default: "gerrit"
+          GRADLE_IMAGE:
+            type: string
+            default: niaquinto/gradle
+          GRADLE_CMD:
+            type: string
+            default: check