From 315944495c088cadb9752ac219b993f440df82f8 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 15 Aug 2017 15:27:43 +0200 Subject: add jenkins job builder files for osmocom-nightly-nitb-split.sh jenkins job builder is a python library to write jenkins jobs in .yml or .json including templating and basic substition operation. To update the job call: Create your own jenkins_jobs.ini based on the exmaple and call jenkins-jobs --conf ./jenkins_jobs.ini update osmocom-nightly-nitb-split.yml Change-Id: Ie7c655c6e0e3761e7970e479cadb5ae14faa2c1c --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4e25b2f..4163eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ source-* install-* tokens.txt .*.sw? +jenkins_jobs.ini -- cgit v1.2.3