From aef175b72b1550e5696462f58a33a61cfb6698b9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 20 Mar 2020 11:03:04 -0500 Subject: [PATCH] ci: Add pipeline for Nextcloud --- ci/nextcloud.jenkinsfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ci/nextcloud.jenkinsfile diff --git a/ci/nextcloud.jenkinsfile b/ci/nextcloud.jenkinsfile new file mode 100644 index 0000000..a04e211 --- /dev/null +++ b/ci/nextcloud.jenkinsfile @@ -0,0 +1,10 @@ +@Library('cfgpol')_ + +applyConfigPolicy( + 'nextcloud', + [ + 'Nextcloud': [ + 'nextcloud.yml' + ] + ] +)