ci: Add pipeline for Bitwarden

jenkins-master
Dustin 2020-03-19 07:42:25 -05:00
parent 744206fd03
commit 825e6164d9
1 changed files with 10 additions and 0 deletions

10
ci/bitwarden.jenkinsfile Normal file
View File

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