change snapshot owner?
![]()
We are using the rtc/bf integration. The build WS is owned by the account that is running the builds (bldfge). As a jazzadmin I can change the owner of the snapshots, created from the builds. The only other person who could change the owner is the bldfge account. How do we allow non-jazzadmin users the ability change the owner of snapshots created during the build?
|
2 answers
![]()
Normally the Post build deliver in the build definition can do the following
- Move the snapshot from build work space to "stream"
This will and can fail if any of the components / files are locked in the stream.
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Note that it is the "deliver" operation that will fail if it is trying to modify a locked file ... the snapshot rename operation is not affected by any file locks. Just for interest's sake, by the "component being locked in the stream", were you referring to the deliver pre-condition which allows you limit what roles are allowed to modify a given component in a given stream?
|