Skip to content

Commit

Permalink
Jenkins generate uorb graphs (#8571)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored Jan 5, 2018
1 parent 31ab496 commit f86d4b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}
}
}

Expand Down

0 comments on commit f86d4b1

Please sign in to comment.