Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👩‍🌾 Windows CI for ign-gazebo5 #453

Merged
merged 1 commit into from
Apr 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ ignition_software.each { ign_sw ->
}

supported_branches = []
// ign-gazebo only support windows on main branch
// ign-gazebo only support Windows from ign-gazebo5
if (ign_sw == 'gazebo')
supported_branches = [ 'main' ]
supported_branches = [ 'ign-gazebo5', 'main' ]

def ignition_win_ci_any_job = job(ignition_win_ci_any_job_name)
OSRFWinCompilationAnyGitHub.create(ignition_win_ci_any_job,
Expand Down