mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins: deploy: build the rtps target before commiting microRTPS agent changes
This commit is contained in:
parent
d9bbed767c
commit
7b4ae7c658
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -267,6 +267,7 @@ pipeline {
|
||||
steps {
|
||||
sh('export')
|
||||
sh('make distclean')
|
||||
sh('make px4_sitl_rtps')
|
||||
withCredentials([usernamePassword(credentialsId: 'px4buildbot_github_personal_token', passwordVariable: 'GIT_PASS', usernameVariable: 'GIT_USER')]) {
|
||||
sh("git clone https://${GIT_USER}:${GIT_PASS}@github.com/PX4/micrortps_agent.git")
|
||||
sh('cp -R build/px4_sitl_rtps/src/modules/micrortps_bridge/micrortps_agent/* micrortps_agent')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user