Skip to content

Commit

Permalink
Add Run/Update permission to osrfbuild
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 Dec 4, 2024
1 parent a30229b commit 08b64da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/_configs_/OSRFCredentials.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class OSRFCredentials
authorization {
permission('hudson.model.Item.Read', 'osrfbuild')
permission('hudson.model.Item.Build', 'osrfbuild')
permission('hudson.model.Run.Update', 'osrfbuild')
}
}
}
Expand Down

0 comments on commit 08b64da

Please sign in to comment.