ci: Add pipeline for Nextcloud

jenkins-master
Dustin 2020-03-20 11:03:04 -05:00
parent 825e6164d9
commit aef175b72b
1 changed files with 10 additions and 0 deletions

10
ci/nextcloud.jenkinsfile Normal file
View File

@ -0,0 +1,10 @@
@Library('cfgpol')_
applyConfigPolicy(
'nextcloud',
[
'Nextcloud': [
'nextcloud.yml'
]
]
)