summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-03-15 10:45:59 +0100
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2022-03-15 10:45:59 +0100
commitb9469ea8bf85256f9ea7f6f5f9c270fc90ec1411 (patch)
tree6a6e0d5060ef282322b570c427af3be5d40b8776 /Jenkinsfile
parenta2912f081a7be8160fb95e21d417891dd74afd36 (diff)
Jenkinsfile: archive bmap layout file
For bmaptools to be used, the bmap layout file associated with the file to be flashed needs to be present in the same directory as said file. Therefore, let's archive this file too. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4538b9a..484e1bf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -67,6 +67,7 @@ pipeline {
dir('build/tmp/deploy/images/puma-haikou/') {
/* Note: symlinks aren't followed, one needs to archive both the symlink and what it points to */
archiveArtifacts 'core-image-minimal-puma-haikou*.wic'
+ archiveArtifacts 'core-image-minimal-puma-haikou*.wic.bmap'
archiveArtifacts artifacts: 'fitImage*.bin', excludes: 'fitImage*linux.bin*'
archiveArtifacts 'fitImage'
archiveArtifacts 'idbloader.img*'