File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -500,8 +500,8 @@ pipeline {
500
500
docker { image ' px4io/px4-dev-base:2019-01-27' }
501
501
}
502
502
steps {
503
- checkout(scm)
504
503
sh(' export' )
504
+ sh(' make distclean' )
505
505
withCredentials([usernamePassword(credentialsId : ' px4buildbot_github_personal_token' , passwordVariable : ' GIT_PASS' , usernameVariable : ' GIT_USER' )]) {
506
506
sh(" git clone https://${ GIT_USER} :${ GIT_PASS} @github.com/PX4/px4_msgs.git -b ${ BRANCH_NAME} " )
507
507
sh(' python msg/tools/uorb_to_ros_msgs.py msg/ px4_msgs/msg/' )
@@ -516,18 +516,15 @@ pipeline {
516
516
branch ' pr-jenkins' // for testing
517
517
}
518
518
}
519
- options {
520
- skipDefaultCheckout()
521
- }
522
519
}
523
520
524
521
stage(' PX4 ROS2 bridge' ) {
525
522
agent {
526
523
docker { image ' px4io/px4-dev-base:2019-01-27' }
527
524
}
528
525
steps {
529
- checkout(scm)
530
526
sh(' export' )
527
+ sh(' make distclean' )
531
528
withCredentials([usernamePassword(credentialsId : ' px4buildbot_github_personal_token' , passwordVariable : ' GIT_PASS' , usernameVariable : ' GIT_USER' )]) {
532
529
sh(" git clone https://${ GIT_USER} :${ GIT_PASS} @github.com/PX4/px4_ros_com.git -b ${ BRANCH_NAME} " )
533
530
// deploy uORB RTPS ID map
@@ -550,9 +547,6 @@ pipeline {
550
547
branch ' pr-jenkins' // for testing
551
548
}
552
549
}
553
- options {
554
- skipDefaultCheckout()
555
- }
556
550
}
557
551
558
552
stage(' S3' ) {
You can’t perform that action at this time.
0 commit comments