jobs/Common: printing info about hash equiv server and fix typo

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-08-21 07:28:25 +02:00
parent d63f4db6fa
commit 3e5d3a0e69
1 changed files with 14 additions and 13 deletions

View File

@ -236,7 +236,8 @@ def printEnvironmentParameters() {
--> pagkage name = ${env.PKG_NAME}\n\
--> download dir = ${env.DOWNLOAD_DIR }\n\
--> sstate dir = ${env.SSTATE_CACHE }\n\
--> ssate-cache mirror = ${env.SSTATE_STORAGE_URL}\n\
--> sstate-cache mirror = ${env.SSTATE_STORAGE_URL}\n\
--> hash equiv server = ${env.HASHSERVER}\n\
--> artifacts file = ${env.YOCTO_ARTIFACTS}\n\
----------------------------------\n"
}