mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
Jenkins: limit metadata generation to master
This commit is contained in:
Vendored
+6
-1
@@ -5,7 +5,12 @@ pipeline {
|
||||
stages {
|
||||
|
||||
stage('Analysis') {
|
||||
|
||||
when {
|
||||
anyOf {
|
||||
branch 'master'
|
||||
branch 'pr-jenkins' // for testing
|
||||
}
|
||||
}
|
||||
parallel {
|
||||
|
||||
// TODO: temporarily disabled 2020-06-03 waiting on mavlink update
|
||||
|
||||
Reference in New Issue
Block a user