mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +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)
|
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