Skip to content

Commit 08b64da

Browse files
committed
Add Run/Update permission to osrfbuild
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
1 parent a30229b commit 08b64da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins-scripts/dsl/_configs_/OSRFCredentials.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class OSRFCredentials
3636
authorization {
3737
permission('hudson.model.Item.Read', 'osrfbuild')
3838
permission('hudson.model.Item.Build', 'osrfbuild')
39+
permission('hudson.model.Run.Update', 'osrfbuild')
3940
}
4041
}
4142
}

0 commit comments

Comments
 (0)