Implement JJB, add backup script for jenkins

PROD-34544
Change-Id: Ie4d31934582169ae18cbaa56dd21c141ce49712b
diff --git a/jobs/templates/tcp-qa-ci.yml b/jobs/templates/tcp-qa-ci.yml
new file mode 100644
index 0000000..37529db
--- /dev/null
+++ b/jobs/templates/tcp-qa-ci.yml
@@ -0,0 +1,28 @@
+- job-template:
+    project-type: freestyle
+    description: '{job-description}'
+    block-downstream: false
+    block-upstream: false
+    builders:
+    - shell: |-
+        set -e
+        git fetch https://review.gerrithub.io/Mirantis/tcp-qa ${{GERRIT_REFSPEC}}
+        git checkout FETCH_HEAD
+        tox
+    concurrent: false
+    disabled: true
+    name: tcp-qa-ci
+    node: gerrithub.io
+    publishers: []
+    scm:
+    - git:
+        branches:
+        - '**'
+        url: https://review.gerrithub.io/Mirantis/tcp-qa
+    triggers: []
+    # wrappers:
+    # - timeout:
+    #     abort: true
+    #     fail: true
+    #     timeout: 10
+    #     type: absolute