Re: Authorization on Multibranch Pipeline

2020-12-02 Thread Victor Martinez
I'm not sure if for the same Multibranch Pipeline there are certain authorisations for branches, but creating two Multibranch Pipelines for those branches and add the authorization at the project level might fulfill your needs: On Wednesday, 2 December 2020 at 03:54:08 UTC Rishi Gautam wrote:

Re: Authorization on Multibranch Pipeline

2020-12-01 Thread Gautam, Rishi
some way to restrict User1 to trigger the build button from console on master branch? On Wed, Dec 2, 2020 at 2:03 AM Jibsan Joel Rosa Toirac wrote: > Well I solved the problem, I used "sudo" before the commands and it > started to work, anyhow I ran the command > "root/.sdkman/candidates/grails

Re: Authorization on Multibranch Pipeline

2020-12-01 Thread Jibsan Joel Rosa Toirac
Well I solved the problem, I used "sudo" before the commands and it started to work, anyhow I ran the command "root/.sdkman/candidates/grails/3.3.2/bin/grails war" and all started to work. Thanks for your help El mar, 1 dic 2020 a las 10:30, Rishi Gautam () escribió: > Is there any way to enable

Authorization on Multibranch Pipeline

2020-12-01 Thread Rishi Gautam
Is there any way to enable authorization to build only specific branch(job) on jenkins multbranch pipeline? Use Case: User1: can only build test branch. User2: can build both test and master branch. It would be very helpful to get the solution. Thanks in advance. -- You received this message b