janjoerke / vscode-jenkins-pipeline-linter-connector

MIT License
60 stars 21 forks source link

Error 401 Unauthorized #36

Open ghkgupta opened 3 years ago

ghkgupta commented 3 years ago

Hi, I followed the way it was described in the url https://dev.to/nicoavila/how-to-validate-your-jenkinsfile-locally-before-committing-334l and now getting error on the VS code terminal.

Error 401 Unauthorized

HTTP ERROR 401 Unauthorized

URI:/pipeline-model-converter/validate
STATUS:401
MESSAGE:Unauthorized
SERVLET:Stapler

Powered by Jetty:// 9.4.41.v20210516

When I hit the url directly from the browser and click on "Retry using Post", i get the message and seems it works but not from VS code,

image

No Jenkinsfile specified

Please advise.

I have configured Pass, URL and user.

DanielLepszy commented 1 year ago

Hi @ghkgupta Have you fixed above issue? I have the same problem and still can't find any solution for that.

Caitlyn-Wu commented 1 year ago

same here.

pregress commented 1 year ago

I'm assuming it's going wrong when reading the file here The extension worked, and It broke after a VSCode upgrade

giuseros commented 1 year ago

Did this get solved? I am hitting the exact same error :)