Skip to content

Commit 5994fe3

Browse files
committed
Add gazebo11 source job
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent f455e34 commit 5994fe3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

jenkins-scripts/dsl/gazebo.dsl

+10-2
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,15 @@ all_debbuild_branches.each { branch ->
436436
}
437437
}
438438

439+
// - SOURCE jobs ---------------------------------------------------
440+
def gz_source_job = job("gazebo11-source")
441+
OSRFSourceCreation.create(gz_source_job, [
442+
PACKAGE: 'gazebo11',
443+
SOURCE_REPO_URI: "https://github.com/gazebosim/gazebo-classic.git"])
444+
OSRFSourceCreation.call_uploader_and_releasepy(gz_source_job,
445+
'repository_uploader_packages',
446+
'_releasepy')
447+
439448
// --------------------------------------------------------------
440449
// BREW: CI jobs
441450

@@ -445,8 +454,7 @@ def gazebo_brew_ci_any_job = job(ci_build_any_job_name_brew)
445454
OSRFBrewCompilationAnyGitHub.create(gazebo_brew_ci_any_job, "gazebosim/gazebo-classic")
446455
gazebo_brew_ci_any_job.with
447456
{
448-
label Globals.nontest_label("osx")
449-
457+
Globals.nontest_label("osx")
450458
steps {
451459
shell("""\
452460
#!/bin/bash -xe

0 commit comments

Comments
 (0)