How to allow execution post-build task only for some users
6 views
Skip to first unread message
Dmitriy P.
unread,
Jan 15, 2015, 1:57:46 AM1/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hello, community!
I just create two tasks. First is for building application. Second is for deploy application to server.
I want to allow execution Second task only for some users.
I trying to set Second task as Post-build task for First task and allow build Second task only for some users. But in this case Second task starting despite of per-project security matrix.
Another words: if User can build First task and can't build Second task, and if Second task it is a Post build task for First task, then Second task will starting anyway.