jenkins/update2head: exclude bblayers.conf from automatic commit

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-11-09 16:07:51 +01:00
parent 68c04583aa
commit 6b8a34bd85
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ def updateSourceRevisions(isNmUpdate) {
sh("echo '================== UPDATE SOURCE REVISIONS ==================' > ./${env.SOURCE_REVISION_UPDATE_LOG}") sh("echo '================== UPDATE SOURCE REVISIONS ==================' > ./${env.SOURCE_REVISION_UPDATE_LOG}")
updateMachineSrcRevs("am335x-hw26") updateMachineSrcRevs("am335x-hw26")
updateMachineSrcRevs("imx8-nmhw23") updateMachineSrcRevs("imx8-nmhw23")
sh(returnStdout: true, script: "git checkout build/conf/bblayers.conf")
} }
def commitSourceRevisionChanges() { def commitSourceRevisionChanges() {