Skip to content

Commit 12d523e

Browse files
committed
Need osrfbuild permissions in gazebo11-debbuilder
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent 0a66f6c commit 12d523e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins-scripts/dsl/gazebo.dsl

+1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ all_debbuild_branches = gazebo_supported_branches
422422
all_debbuild_branches.each { branch ->
423423
def build_pkg_job = job("${branch}-debbuilder")
424424
OSRFLinuxBuildPkg.create(build_pkg_job)
425+
OSRFCredentials.allowOsrfbuildToRunTheBuild(build_pkg_job)
425426

426427
build_pkg_job.with
427428
{

0 commit comments

Comments
 (0)