ci: Fetch Aimee OS Git tags
dustin/airplaypi/pipeline/head This commit looks good Details

Need the tags to build the correct version string for Aimee OS.
Dustin 2025-09-09 06:55:50 -05:00
parent 81ff786443
commit 2f19ef9142
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

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