Re: How to update permissions using Jenkins Folder-based Authorization plugin

2020-06-29 Thread Al Silver
n the meanwhile, you can use [Configuration as code plugin]( https://github.com/jenkinsci/configuration-as-code-plugin). Otherwise, you can edit `$JENKINS_HOME/config.xml` and reload the configuration from the UI. On Saturday, June 27, 2020 at 11:08:34 AM UTC-4, Al Silver wrote: > > I’m currentl

How to update permissions using Jenkins Folder-based Authorization plugin

2020-06-27 Thread Al Silver
I’m currently using the Jenkins Folder-based Authorization plugin. It seems to work pretty well so far but one thing I can’t figure out is how to modify the permissions of a global role or folder role after it has been created. You can click on “View Permissions” and see the permissions that

Re: Multi-line parameter description in declarative pipeline

2020-06-15 Thread Al Silver
sFlowExecution.java:522) at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:337) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428) Finished: FAILURE On Monday, June 15, 2020 at 10:17

Re: Multi-line parameter description in declarative pipeline

2020-06-15 Thread Al Silver
gt; at the start of the lines. > > On Fri, Jun 12, 2020, 08:29 Al Silver > > wrote: > >> Hi, >> How can I have a detailed description field that is properly displayed >> when building with parameters. The example below is obviously not good >> coding practi

Multi-line parameter description in declarative pipeline

2020-06-12 Thread Al Silver
Hi, How can I have a detailed description field that is properly displayed when building with parameters. The example below is obviously not good coding practice parameters { // Optional // string(name: 'isis_thresh', defaultValue: '', description: 'Threshold

Re: Many Freestyle jobs or many Jenkinsfiles?

2020-06-12 Thread Al Silver
ed up, the new jobs "magically" appear? On Monday, June 1, 2020 at 11:37:46 AM UTC-4, Al Silver wrote: > > I've used Jenkins a little but not in the traditional method of CI/CD. I'm > using Jenkins as a Web UI to run individual python scripts for networking > d

Many Freestyle jobs or many Jenkinsfiles?

2020-06-01 Thread Al Silver
I've used Jenkins a little but not in the traditional method of CI/CD. I'm using Jenkins as a Web UI to run individual python scripts for networking devices... Users would log into Jenkins and then select any one of numerous Freestyle projects (with parameters) to run (there could be 100 or mor