Disable ROS2 in Jenkins due to Python3

We will bring this back when Python 3 is back operational.
This commit is contained in:
Lorenz Meier
2019-12-26 15:09:13 +01:00
parent 9d5c6c0baa
commit 81472b9a6b
Vendored
+1 -1
View File
@@ -714,7 +714,7 @@ pipeline {
}
when {
anyOf {
branch 'master'
//branch 'master'
branch 'pr-jenkins' // for testing
}
}