vscode-jenkins-pipeline-linter-connector icon indicating copy to clipboard operation
vscode-jenkins-pipeline-linter-connector copied to clipboard

No Jenkinsfile specified

Open ButterBetzi opened this issue 2 years ago • 7 comments

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?

ButterBetzi avatar Nov 01 '22 11:11 ButterBetzi

me too

left0ver avatar Nov 10 '22 14:11 left0ver

me too~~

li-liang-jie avatar Jan 09 '23 06:01 li-liang-jie

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

JPLAY0 avatar May 09 '23 07:05 JPLAY0

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

ButterBetzi avatar May 10 '23 06:05 ButterBetzi

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

actuallypav avatar Nov 01 '23 16:11 actuallypav

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

Azee77 avatar Jan 14 '24 05:01 Azee77

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

wanglei1900 avatar Aug 15 '24 15:08 wanglei1900