From cc09d88ffd98551d94ad6732650e99a22ae644f6 Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 3 Aug 2022 17:47:50 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1683a34..0563a53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,12 +29,13 @@ pipeline{ } steps { sh ''' + #!/bin/bash printenv # git submodule init git submodule update --init --depth 1 cd poky - ls - . ./oe-init-build-env ../build + source ./oe-init-build-env ../build + cat conf/*.conf bitbake core-image-base ''' }