Jenkins SITL tests build grab all tags

This commit is contained in:
Daniel Agar 2018-09-10 15:23:18 -04:00
parent 33e68b3331
commit c886d8d9af
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ pipeline {
sh('export')
sh('make distclean')
sh "ccache -z"
sh "git fetch --tags"
sh('make posix_sitl_default')
sh "ccache -s"
}