mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins: microRTPS agent fetch git tags for versioning
This commit is contained in:
parent
0e64baa93b
commit
0ae6da4bb0
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -266,6 +266,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh('export')
|
||||
sh('git fetch --all --tags')
|
||||
sh('make distclean')
|
||||
sh('make px4_sitl_rtps')
|
||||
withCredentials([usernamePassword(credentialsId: 'px4buildbot_github_personal_token', passwordVariable: 'GIT_PASS', usernameVariable: 'GIT_USER')]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user