diff --git a/Jenkinsfile_sdk b/Jenkinsfile_sdk index e3b4635..5f486bc 100644 --- a/Jenkinsfile_sdk +++ b/Jenkinsfile_sdk @@ -120,6 +120,7 @@ def printJobParameters() { def cleanLastBuildArtifacts() { println "cleaning artifacts from last build..." sh "rm -f ${env.YOCTO_DEPLOYS}/*" + sh "bash -c 'git fetch -ap'" sh "bash -c '. ./env.image-ostree && bitbake -c cleanall netmodule-linux-sdk'" }