Skip to content

Commit

Permalink
Add osrfbuild permission to call -debbuilder and brew_release
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Nov 25, 2024
1 parent f72231d commit 0c0577b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins-scripts/dsl/_configs_/OSRFLinuxBuildPkg.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package _configs_

import javaposse.jobdsl.dsl.Job
import _configs_.Globals
import _configs_.OSRFCredentials

/*
-> OSRFLinuxBuildPkgBase
Expand All @@ -27,6 +28,7 @@ class OSRFLinuxBuildPkg
static void create(Job job, Map default_params = [:])
{
OSRFLinuxBuildPkgBase.create(job)
OSRFCredentials.allowOsrfbuildToRunTheBuild(job)

job.with
{
Expand Down
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/brew_release.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void include_common_params(Job job)
// 1. BREW pull request SHA updater
def release_job = job("generic-release-homebrew_pull_request_updater")
OSRFUNIXBase.create(release_job)
OSRFCredentials.allowOsrfbuildToRunTheBuild(release_job)

include_common_params(release_job)
release_job.with
Expand Down

0 comments on commit 0c0577b

Please sign in to comment.