Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-03 17:47:50 +02:00
parent f1106d032d
commit cc09d88ffd

5
Jenkinsfile vendored
View File

@ -29,12 +29,13 @@ pipeline{
} }
steps { steps {
sh ''' sh '''
#!/bin/bash
printenv printenv
# git submodule init # git submodule init
git submodule update --init --depth 1 git submodule update --init --depth 1
cd poky cd poky
ls source ./oe-init-build-env ../build
. ./oe-init-build-env ../build cat conf/*.conf
bitbake core-image-base bitbake core-image-base
''' '''
} }