Jenkins temporarily disable "PX4 ROS msgs" in master

- re-enable once the python issues are resolved
This commit is contained in:
Daniel Agar 2019-12-24 14:23:03 -05:00
parent 6c6ae6842a
commit 49e315f2e2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -673,7 +673,7 @@ pipeline {
}
when {
anyOf {
branch 'master'
//branch 'master' // TODO: fix and re-enable
branch 'pr-jenkins' // for testing
}
}