Sign in
coral
/
gke-jenkins
/
695b3a67dc0950a02286dd4b27af1afbe582665a
/
.
/
cicd
/
pipelines
/
excelsior
/
a71ch_crypto_support.jenkins
blob: 7b4a520c4ac2984266455361410dbe6022a35e7b [
file
] [
log
] [
blame
]
#!/usr/bin/env groovy
library
'functions'
def
generated_packages
=
[
'a71ch-crypto-support'
,
]
functions
.
buildPackagePipeline
(
'excelsior'
,
'bsp'
,
'a71ch-crypto-support'
,
generated_packages
,
needsNative
=
true
,
includeSources
=
false
)