From 42f9c9eb4dc47fd8fd64672ba5b529b3c0824e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Mon, 18 Sep 2023 11:38:23 +0200 Subject: [PATCH] jobs/Common: replaced the the variable for generating ci-artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit declaring COREOS_IMAGE_EXTRACLASSES += "coreos-image-ci" let bitbake generate a file *.ci-artifacts containing the files of the build to archive/deploy. originally it was agreed to declare NWL_IMAGE_EXTRACLASSES += "nwl-image-ci" accordingly for NWL but this part was never implemented. Thus, the replacement with this commit Signed-off-by: Marc Mattmüller --- jobs/Jenkinsfile_Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/Jenkinsfile_Common b/jobs/Jenkinsfile_Common index d225a99..a61b3e8 100644 --- a/jobs/Jenkinsfile_Common +++ b/jobs/Jenkinsfile_Common @@ -226,7 +226,7 @@ def getSstateMirrorConfig() { } //----------------------------------------------------------------------------- def getArtifactConfig() { - return "NWL_IMAGE_EXTRACLASSES += \"nwl-image-ci\"" + return "COREOS_IMAGE_EXTRACLASSES += \"coreos-image-ci\"" } //----------------------------------------------------------------------------- def setupConfigFile(confPath, confFile) {