Implement JJB, add backup script for jenkins

PROD-34544
Change-Id: Ie4d31934582169ae18cbaa56dd21c141ce49712b
diff --git a/jobs/templates/test_cleanup.yml b/jobs/templates/test_cleanup.yml
new file mode 100644
index 0000000..6b6d31a
--- /dev/null
+++ b/jobs/templates/test_cleanup.yml
@@ -0,0 +1,14 @@
+- job-template:
+    project-type: pipeline
+    description: '{job-description}'
+    concurrent: true
+    disabled: false
+    name: test_cleanup
+    pipeline-scm:
+      lightweight-checkout: true
+      scm:
+      - git:
+          branches:
+          - '*/master'
+          url: https://github.com/sgudz/kaas.git
+      script-path: si_tests/utils/run-cleanup.groovy
\ No newline at end of file