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 {
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
'''
}