Merge branch 'master' of ssh://git.iohub.dev:2222/dany/meta-rpi-diya-build

This commit is contained in:
Dany LE 2022-08-04 10:10:50 +02:00
commit a885191348

3
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline{
// Enable timestamps in build log console
timestamps()
// Maximum time to run the whole pipeline before canceling it
timeout(time: 5, unit: 'HOURS')
timeout(time: 10, unit: 'HOURS')
// Use Jenkins ANSI Color Plugin for log console
ansiColor('xterm')
// Limit build concurrency to 1 per branch
@ -35,6 +35,7 @@ pipeline{
cd poky
source ./oe-init-build-env ../build
cat conf/*.conf
bitbake -c cleanall bluez5 core-image-base
bitbake core-image-base
'''
}