diff --git a/Jenkinsfile b/Jenkinsfile index 2ee02a6..4493fd8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline{ cd poky source ./oe-init-build-env ../build cat conf/*.conf - bitbake -c cleanall gcc core-image-base + # bitbake -c cleanall gcc core-image-base bitbake core-image-base ''' } @@ -43,7 +43,7 @@ pipeline{ stage('Archive') { steps { script { - archiveArtifacts artifacts: 'build/tmp/deploy/image/', fingerprint: true + archiveArtifacts artifacts: 'build/tmp/deploy/images', fingerprint: true } } }