aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAna Guerrero Lopez <ana.guerrero@collabora.com>2018-09-27 21:19:31 +0200
committerMatt Hart <github@blacklabsystems.com>2018-10-05 10:27:13 +0100
commit5dc49f6591895b29217ff3b7d24efea54f11cb2a (patch)
treeb3b749b25a7c0bc9bca3388e1a6f59d5523ee4e5 /src
parent6f07de71ae8efa6acc2873cb2eb6461010e384d9 (diff)
Create a manifest file in JSON with the build details
The manifest is named build_info.json and is published along with the images. It includes the date of the build and the debian release number (e.g. 9.5). Signed-off-by: Ana Guerrero Lopez <ana.guerrero@collabora.com>
Diffstat (limited to 'src')
-rw-r--r--src/org/kernelci/debian/RootFS.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/kernelci/debian/RootFS.groovy b/src/org/kernelci/debian/RootFS.groovy
index 2891e73..63f03d5 100644
--- a/src/org/kernelci/debian/RootFS.groovy
+++ b/src/org/kernelci/debian/RootFS.groovy
@@ -92,6 +92,7 @@ def makeImageStep(String pipeline_version, String arch, String debianRelease, St
archiveArtifacts artifacts: "${pipeline_version}/${arch}/full.rootfs.tar.xz", fingerprint: true
archiveArtifacts artifacts: "${pipeline_version}/${arch}/full.rootfs.cpio.gz", fingerprint: true
archiveArtifacts artifacts: "${pipeline_version}/${arch}/rootfs.ext4.xz", fingerprint: true
+ archiveArtifacts artifacts: "${pipeline_version}/${arch}/build_info.json", fingerprint: true
}
stage("Upload images for ${arch}") {