We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a66f6c commit 12d523eCopy full SHA for 12d523e
jenkins-scripts/dsl/gazebo.dsl
@@ -422,6 +422,7 @@ all_debbuild_branches = gazebo_supported_branches
422
all_debbuild_branches.each { branch ->
423
def build_pkg_job = job("${branch}-debbuilder")
424
OSRFLinuxBuildPkg.create(build_pkg_job)
425
+ OSRFCredentials.allowOsrfbuildToRunTheBuild(build_pkg_job)
426
427
build_pkg_job.with
428
{
0 commit comments