reverting "jenkins: remove build history directory before collecting srcrevs"

This reverts commit af6f1b4c4e.

This revert shall test if this is the reason that the nightly
build takes that long...
This commit is contained in:
Marc Mattmueller 2021-05-11 14:29:15 +02:00
parent 69eec3c790
commit 7a132670d1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -304,7 +304,7 @@ def getTopUpstreamBuildNumber() {
}
def getAutoRevHashes() {
sh(script: "bash -c '. ./env.image-ostree && rm -rf buildhistory && bitbake -f netmodule-linux-image-dev --runall=fetch'")
sh(script: "bash -c '. ./env.image-ostree && bitbake netmodule-linux-image-dev --runall=fetch'")
def revs = sh(returnStdout: true, script: "bash -c \". ./env.image-ostree > /dev/null && buildhistory-collect-srcrevs\"").trim()
return revs
}