jenkins/ramdisk: updated pipeline with removal of the rootfs tar.gz
the tar.gz is no replaced with the cpio.gz package, i.e. the cpio.gz package is included in the deployed package Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
1999738798
commit
8f59810e3d
|
|
@ -144,6 +144,6 @@ def createArchive(imgType, outputDir) {
|
||||||
"""
|
"""
|
||||||
|
|
||||||
sh "cp ${env.YOCTO_DEPLOYS}/fitImage-${image_basename}-${params.MACHINE} fitImage-${image_basename}"
|
sh "cp ${env.YOCTO_DEPLOYS}/fitImage-${image_basename}-${params.MACHINE} fitImage-${image_basename}"
|
||||||
sh "cp ${basename_built}.tar.gz ${basename_archive}.tar.gz"
|
sh "cp ${basename_built}.cpio.gz ${basename_archive}.cpio.gz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue