From efbe93e7893be126a959abfb2a23f9a4b2656bbf Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 2 May 2018 16:50:49 +0200 Subject: jobs: rename osmocom-obs-latest.yml -> osmocom-obs.yml Prepare to template nightly and latest in one file Change-Id: If080cca2ab51a7aab9c85da9f07c51179134f8c6 --- jobs/osmocom-obs-latest.yml | 24 ------------------------ jobs/osmocom-obs.yml | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 jobs/osmocom-obs-latest.yml create mode 100644 jobs/osmocom-obs.yml diff --git a/jobs/osmocom-obs-latest.yml b/jobs/osmocom-obs-latest.yml deleted file mode 100644 index e6e63f9..0000000 --- a/jobs/osmocom-obs-latest.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -- project: - name: Osmocom_OBS_latest - jobs: - - Osmocom_OBS_latest - -- job: - name: 'Osmocom_OBS_latest' - project-type: freestyle - defaults: global - description: 'Generated by job-builder' - node: obs - builders: - - shell: - ./scripts/osmocom-latest-packages.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 diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml new file mode 100644 index 0000000..e6e63f9 --- /dev/null +++ b/jobs/osmocom-obs.yml @@ -0,0 +1,24 @@ +--- +- project: + name: Osmocom_OBS_latest + jobs: + - Osmocom_OBS_latest + +- job: + name: 'Osmocom_OBS_latest' + project-type: freestyle + defaults: global + description: 'Generated by job-builder' + node: obs + builders: + - shell: + ./scripts/osmocom-latest-packages.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 -- cgit v1.2.3