ci: Fetch Aimee OS Git tags

Need the tags to build the correct version string for Aimee OS.
This commit is contained in:
2025-09-09 06:55:50 -05:00
parent 30f480fbcc
commit eef4c137d5

1
ci/Jenkinsfile vendored
View File

@@ -70,6 +70,7 @@ pipeline {
relativeTargetDir: 'aimee-os',
],
cloneOption(
noTags: false,
shallow: true,
depth: 1,
),