Jenkinsfile_Common: Build fitimage as default
The nwl-image-testable does not exists anymore and for the moment we are using the fitimage.
This commit is contained in:
parent
450082c366
commit
4d61c07154
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue