tabeyti / jenkins-jack

Jack into your Jenkins to execute Pipeline scripts, provide Pipeline step autocompletions, pull Shared Library step documenation, run console groovy scripts across multiple nodes, and more! Honestly, not that much more.
Other
97 stars 32 forks source link

Jenkins:job.create: forbidden #17

Closed dNodal0 closed 3 years ago

dNodal0 commented 4 years ago

Hello, I do not have the rights on the root of jenkins, suddenly, I cannot create a job, is it possible to specify a directory ?

I have this error: Jenkins:job.create: forbidden

Regards,

mkaurin commented 4 years ago

Looks like the .Jenkinsfile.config.json is not respected for me when i try to change the name there

whatarule commented 4 years ago

This worked for me.

tabeyti commented 3 years ago

Hey @dNodal0 ,

Sounds like a permissions issue for the extension to write out the .<your_script>.config.json for your local script. Currently the config is created at the same directory as the script when you execute a Pipeline.

The ability to specify a directory for saving the config file sounds like an enhancement, so I'm going to flag this issue as such so it can be looked at for the next update.

dNodal0 commented 3 years ago

Thank you.