aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-05-02 16:56:32 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-05-02 16:56:38 +0200
commit6da3fe8e8ba7bc836f9c9a0bae228fc798606a55 (patch)
tree4c53e2444412b23f177fa9d1b6be5f6da26a66b0
parent6ea2ec3a76933078a856fd128379cc510e7c28e7 (diff)
jobs: remove old job Osmocom_nightly_nitb_split
It's not any more used, neither does the job even work, because the split file got already removed. Change-Id: I6e85d6384f2a377f1ebe0e06c9ca92a594050eec
-rw-r--r--jobs/osmocom-nightly-nitb-split.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/jobs/osmocom-nightly-nitb-split.yml b/jobs/osmocom-nightly-nitb-split.yml
deleted file mode 100644
index 4c64de4..0000000
--- a/jobs/osmocom-nightly-nitb-split.yml
+++ /dev/null
@@ -1,24 +0,0 @@
----
-- project:
- name: Osmocom_nightly_nitb_split
- jobs:
- - Osmocom_nightly_nitb_split
-
-- job:
- name: 'Osmocom_nightly_nitb_split'
- project-type: freestyle
- defaults: global
- description: 'Generated by job-builder'
- node: linux_amd64_debian8
- builders:
- - shell:
- ./scripts/osmocom-nightly-nitb-split.sh
- scm:
- - git:
- url: git://git.osmocom.org/osmo-ci
- git-config-name: 'Jenkins Builder'
- git-config-email: 'jenkins@osmocom.org'
- triggers:
- - timed: "@midnight"
-
-# vim: expandtab tabstop=2 shiftwidth=2