alefragnani / vscode-jenkins-status

Jenkins Status Extension for Visual Studio Code
MIT License
27 stars 20 forks source link

The project is not enabled for Jenkins #19

Closed goldbergyoni closed 6 years ago

goldbergyoni commented 6 years ago

Hi,

I configured everything by the book, have .jenkins file but when I try to run command via vscode I receive a notification about missing .jenkins file , see prtscn? any idea?

My env: vscode 1.17.1 + win10

Thanks!

image

eramitmittal commented 6 years ago

You need to have the .jenkins file at the root level. Which means under 'API' folder in your code.

goldbergyoni commented 6 years ago

oh, I knew that but didn't notice that I opened the project from the root's root :) thanks