From f64940dcfd8627f84483da5dc1ff6280166413cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Mattm=C3=BCller?= Date: Mon, 21 Aug 2023 09:52:06 +0200 Subject: [PATCH] jobs/Common: temporary fix for the manifest file name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Mattmüller --- jobs/Jenkinsfile_Common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jobs/Jenkinsfile_Common b/jobs/Jenkinsfile_Common index 2d5b413..9bce3a4 100644 --- a/jobs/Jenkinsfile_Common +++ b/jobs/Jenkinsfile_Common @@ -315,7 +315,9 @@ def buildTheYoctoPackage() { //----------------------------------------------------------------------------- // copy the package- and license manifest into the current directory def getManifests(machine, artifactPath, targetBaseName) { - def pkgArtifactName = "${env.BITBAKE_PKG}-${machine}" +// ToDo: change the following line as soon as the manifest file issue is clarified +// def pkgArtifactName = "${env.BITBAKE_PKG}-${machine}" + def pkgArtifactName = "nwl-ramdisk-minimal-${machine}.manifest" def pkgManifestFile = "${artifactPath}/${pkgArtifactName}.manifest" println "Copying Manifests...\n\ --> artifactPath = ${artifactPath}\n\