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

Could not display extension.jenkins-jack.pipeline commands. #23

Open Free925 opened 4 years ago

Free925 commented 4 years ago

Hi, I'm trying to re-create the example in your wiki. 1) Extension installed 2) Settings.json configured 3) Example groovy created and saved 4) Run "Pipeline execute" 5) Creation of a new Pipeline confirmed

The executions stops and the error "Could not display extension.jenkins-jack.pipeline commands." occurs.

Do you know if I'm missing steps?

Best regads

p.s.: I noticed if i go to the Running Extensions that it appears to be "Unresponsive" image

could this be a reason?

lostgoat commented 4 years ago

This can happen if a password instead of an API token is entered into the server configuration.

tabeyti commented 3 years ago

Hey @Free925 , if I had to guess (and I am) I would say they are related. Did you happen to follow @lostgoat 's advice and see if switching to an API token for authentication fixed the performance issue?

I'm really curious about this issue. I've never seen that extensions warning before :P

Free925 commented 3 years ago

Hi, I didn't receive first notification and reading just now your answers. Yes, I configured password instead of an API Token. I will try with the API and send feedback to you.

Thank you!