Sign in
coral
/
gke-jenkins
/
055c6cf76c7e16094285f0710a73c4fdbe0cc808
/
.
/
cicd
/
pipelines
/
enterprise
/
uboot_imx.jenkins
blob: f982e86c92adc439fad2dc5ff1b7406dd875a9ba [
file
] [
log
] [
blame
]
#!/usr/bin/env groovy
library
'functions'
def
generated_packages
=
[
'uboot-imx'
,
'uboot-mkimage'
,
]
functions
.
buildPackagePipeline
(
'enterprise'
,
'bsp'
,
'uboot-imx'
,
generated_packages
)