Compare commits

...

1 Commits

Author SHA1 Message Date
William Bell
1e21a7f11c fix tagging 2025-12-01 03:33:07 +00:00

5
Jenkinsfile vendored
View File

@@ -26,6 +26,11 @@ pipeline {
} }
// update submodules // update submodules
sh '''
git fetch --tags
latest_tag=$(git describe --tags --abbrev=0)
git checkout tags/$latest_tag
'''
sh 'git submodule update --init --recursive' sh 'git submodule update --init --recursive'
} }
} }