janjoerke / vscode-jenkins-pipeline-linter-connector

MIT License
60 stars 21 forks source link

No Jenkinsfile specified #49

Open ButterBetzi opened 1 year ago

ButterBetzi commented 1 year ago

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?

left0ver commented 1 year ago

me too

li-liang-jie commented 1 year ago

me too~~

JPLAY0 commented 1 year ago

I also encountered the same problem, closing the VSCODE proxy may solve it. Add this line to settings.json "http.proxySupport": "off"

ButterBetzi commented 1 year ago

I tried it some days later and then it worked again. If i get the problem again, I will try it out, thanks!

actuallypav commented 9 months ago

Has there been any official news on what could cause this?

Azee77 commented 7 months ago

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})

wanglei1900 commented 1 week ago

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