mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 22:37:43 +00:00
chore(linux): Pass parameters in Jenkinsfile
This commit is contained in:
parent
62abbbdac2
commit
9af0fa55ff
1 changed files with 4 additions and 1 deletions
5
linux/Jenkinsfile
vendored
5
linux/Jenkinsfile
vendored
|
|
@ -4,4 +4,7 @@
|
|||
|
||||
@Library('lsdev-pipeline-library') _
|
||||
|
||||
keymanPackaging
|
||||
keymanPackaging {
|
||||
distributionsToPackage = 'xenial bionic'
|
||||
arches = 'amd64 i386'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue