mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Jenkins: limit metadata generation to master
This commit is contained in:
parent
38588f0c37
commit
e3eeb150b1
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user