jenkins: do not filter and sort the output of auto revision output
BugzID: 69785 Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
5359b74d30
commit
9c611146e3
|
|
@ -265,6 +265,6 @@ def getTopUpstreamBuildNumber() {
|
||||||
|
|
||||||
def getAutoRevHashes() {
|
def getAutoRevHashes() {
|
||||||
sh(script: "bash -c '. ./env.image-ostree && bitbake 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 && clear && buildhistory-collect-srcrevs | sort | uniq | grep -v \"#\"\"").trim()
|
def revs = sh(returnStdout: true, script: "bash -c \". ./env.image-ostree && clear && buildhistory-collect-srcrevs\"").trim()
|
||||||
return revs
|
return revs
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue