diff --git a/Jenkinsfile b/Jenkinsfile index 87ca8ef..58327e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' }