Browse Source

Disable ROS2 in Jenkins due to Python3

We will bring this back when Python 3 is back operational.
sbg
Lorenz Meier 5 years ago
parent
commit
81472b9a6b
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -714,7 +714,7 @@ pipeline { @@ -714,7 +714,7 @@ pipeline {
}
when {
anyOf {
branch 'master'
//branch 'master'
branch 'pr-jenkins' // for testing
}
}

Loading…
Cancel
Save