Jenkins: reactivate ROS2-related deployment

This commit is contained in:
TSC21 2020-01-13 21:07:38 +00:00 committed by Nuno Marques
parent 88a32cb680
commit 4f362f5835
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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