Re: Github Branch Source Plugin not allowing individual folder configuration

2019-07-08 Thread Yash Nalla
Due to security concerns I'd prefer to be able to edit the very location of the build Jenkinsfile; the project recognizer Jenkinsfile I would leave in the indivdual repo. I just want to be able to protect the Jenkinfile that actually controls my build. -- You received this message because you

Re: Github Branch Source Plugin not allowing individual folder configuration

2019-07-08 Thread Mark Waite
Wouldn't it be best to make the necessary changes inside the build scripts that are called from the Jenkinsfile? On Mon, Jul 8, 2019 at 2:15 PM Yash Nalla wrote: > If my use case requires me to make changes to individual job definitions > EX: the build path, does anyone have any suggestions on h

Re: Github Branch Source Plugin not allowing individual folder configuration

2019-07-08 Thread Mark Waite
I may also be completely wrong. My recollection is only a poor memory, not anything that I verified by checking the behavior of past releases. As far as I can tell, it is intentional that the jobs created by the GitHub Branch Source plugin cannot be reconfigured. On Mon, Jul 8, 2019 at 2:01 PM Y

Re: Github Branch Source Plugin not allowing individual folder configuration

2019-07-08 Thread Yash Nalla
If my use case requires me to make changes to individual job definitions EX: the build path, does anyone have any suggestions on how to do so within a GitHub organization? > Best, Yash Nalla -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. T

Re: Github Branch Source Plugin not allowing individual folder configuration

2019-07-08 Thread Yash Nalla
I just went through the changelogs of the plugin and nothing like that is mentioned? Though if all the edits to job definitions were already being rolled back periodically I guess just removing that ability doesn't change anything in the long term. On Monday, July 8, 2019 at 3:32:18 PM UTC-4, M

Re: Github Branch Source Plugin not allowing individual folder configuration

2019-07-08 Thread Mark Waite
I believe that it once was possible to modify the individual job definitions of a GitHub Branch Source folder. However, I believe the modifications were also periodically reset (possibly by scanning for new changes or by detecting new branches). I believe that the capability to edit individual jo

Github Branch Source Plugin not allowing individual folder configuration

2019-07-08 Thread Yash Nalla
Hi all, The subject line kinda says it all. The documentation for Github Branch Source plugin: https://go.cloudbees.com/docs/plugins/github-branch-source/ says that users can go in and "configuring different settings on each of those folders[repositories] if needed." However when i navigate int