We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99c29b commit 08d6afdCopy full SHA for 08d6afd
jenkins-scripts/dsl/gazebo_libs.dsl
@@ -353,7 +353,9 @@ gz_collections_yaml.collections.each { collection ->
353
} else if (ci_config.system.so == 'darwin') {
354
platform = 'homebrew'
355
} else if (ci_config.system.so == 'windows') {
356
- platform = distro
+ // TODO(j-rivero): use when the new Conda jobs needs to start
357
+ // platform = distro
358
+ platform = 'windows'
359
}
360
branch_index[lib_name][platform] = branch_index[lib_name][platform]?: ['pr':[], 'pr_abichecker':[]]
361
if (categories_enabled.contains('pr'))
0 commit comments