Sign in
coral
/
gke-jenkins
/
d1da191a90164938c5817c3e95b0875533a980ba
/
.
/
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
)