Browse Source

Jenkins: reactivate ROS2-related deployment

sbg
TSC21 5 years ago committed by Nuno Marques
parent
commit
4f362f5835
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

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

Loading…
Cancel
Save