janjoerke / vscode-jenkins-pipeline-linter-connector

MIT License
60 stars 21 forks source link

'jenkins.pipeline.linter.connector.validate' failed #30

Open brianjmurrell opened 3 years ago

brianjmurrell commented 3 years ago

I'm getting the following error trying to validate:

Command 'Validate Jenkinsfile' resulted in an error (Running the contributed command: 'jenkins.pipeline.linter.connector.validate' failed.)

I have configured the Crumb URL, Token, URL and User fields with the appropriate values.

Is there some DEBUG CONSOLE or other logging I can enable to see what the issue is?

ohartl commented 3 years ago

@brianjmurrell There is a problem with token auth currently. See PR #31, this would resolve the problem. For now you could fix it locally by editing C:\Users\<username>\.vscode\extensions\janjoerke.jenkins-pipeline-linter-connector-1.2.0\out\extension.js like my PR.