From c886d8d9afeae252d009b79d559d1443ff5d1020 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Mon, 10 Sep 2018 15:23:18 -0400 Subject: [PATCH] Jenkins SITL tests build grab all tags --- .ci/Jenkinsfile-SITL_tests | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/Jenkinsfile-SITL_tests b/.ci/Jenkinsfile-SITL_tests index 849f6a93f7..412c7e939a 100644 --- a/.ci/Jenkinsfile-SITL_tests +++ b/.ci/Jenkinsfile-SITL_tests @@ -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" }