vscode-jenkins-pipeline-linter-connector
vscode-jenkins-pipeline-linter-connector copied to clipboard
No Jenkinsfile specified
Hi, if I try to "Validate Jenkinsfile" I only get "No Jenkinsfile specified" as output. I didn't change anything in my config and it worked before. Can you help me with this?
me too
me too~~
I also encountered the same problem, closing the VSCODE proxy may solve it. Add this line to settings.json "http.proxySupport": "off"
I tried it some days later and then it worked again. If i get the problem again, I will try it out, thanks!
Has there been any official news on what could cause this?
seems to be some Jenkins or requestor configuration. curl worked, vscode plugin worked, but from python (requests package POST) it is giving error: No Jenkinsfile specified
anybody able to solve this via python?
(requsts.post(url, auth=(u,p), files={"name": fileObj})
I also encountered the same problem, closing the VSCODE proxy may solve it. Add this line to settings.json "http.proxySupport": "off"
it works but it seems an unusual operation