Remove jenkins jobs which was moved into salt-models/infra repo.
Files left as untill q3
Change-Id: I0c897c293885b31e4c80e6c5600781da03d35de2
diff --git a/jenkins/client/job/kill_stuck_jobs.yml b/jenkins/client/job/kill_stuck_jobs.yml
index cc69c6b..a713427 100644
--- a/jenkins/client/job/kill_stuck_jobs.yml
+++ b/jenkins/client/job/kill_stuck_jobs.yml
@@ -1,26 +1,2 @@
-parameters:
- jenkins:
- client:
- job:
- kill-stuck-jobs:
- name: kill-stuck-jobs
- 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: abort-long-running-jobs.groovy
- trigger:
- timer:
- spec: "H H * * *"
- param:
- MAX_DURATION_IN_HOURS:
- type: string
- default: "24"
+# This file will be removed in Q3
+# jobs was moved into salt-models/infra repo
\ No newline at end of file