mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Jenkins generate uorb graphs (#8571)
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -621,6 +621,16 @@ pipeline {
|
||||
archiveArtifacts(artifacts: 'modules/*.md', fingerprint: true)
|
||||
}
|
||||
}
|
||||
|
||||
stage('uorb graphs') {
|
||||
agent {
|
||||
docker { image 'px4io/px4-dev-nuttx:2017-12-30' }
|
||||
}
|
||||
steps {
|
||||
sh 'make uorb_graphs'
|
||||
archiveArtifacts(artifacts: 'Tools/uorb_graph/graph_sitl.json')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user