From 76e74130ab5c92d2a223ed9a938ce00a8dc92280 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Tue, 29 Oct 2019 11:55:48 +0700 Subject: [PATCH] chore(linux): Add Jenkinsfile for package building This allows to use a different approach for building packages. --- linux/Jenkinsfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 linux/Jenkinsfile diff --git a/linux/Jenkinsfile b/linux/Jenkinsfile new file mode 100644 index 0000000000..3b2adcdb1c --- /dev/null +++ b/linux/Jenkinsfile @@ -0,0 +1,7 @@ +#!groovy +// Copyright (c) 2019 SIL International +// This software is licensed under the MIT license (http://opensource.org/licenses/MIT) + +@Library('lsdev-pipeline-library') _ + +keymanPackaging