From 4d61c07154efdca6e7250814f086103955cf7083 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 4 Aug 2023 11:29:58 +0200 Subject: [PATCH] Jenkinsfile_Common: Build fitimage as default The nwl-image-testable does not exists anymore and for the moment we are using the fitimage. --- jobs/Jenkinsfile_Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/Jenkinsfile_Common b/jobs/Jenkinsfile_Common index c28b14e..a790700 100644 --- a/jobs/Jenkinsfile_Common +++ b/jobs/Jenkinsfile_Common @@ -26,7 +26,7 @@ env.BINARY_STORAGE_URL = "${env.STORAGE_URL}/downloads" env.YOCTO_REPO_DIR = "nwl" env.YOCTO_RELEASE = 'kirkstone' -env.CI_IMAGE = "nwl-image-testable" +env.CI_IMAGE = "nwl-fitimage" // Artifactory