You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, can you please explain what is the idea behind running this tool only inside git-compatible folders ?
I need to check status on 3 jobs - so I basically had to create something like this:
Initially, the Jenni was created to support only SCM-type jobs. At the moment, Jenni uses git to resolve the current branch name to construct the job URL for WorkflowMultiBranchProject type jobs. (Ref).
Now I see this is a deal-breaker for non-git folders. I will create a ticket to investigate how to add non-git folder support to Jenni.
Hello, can you please explain what is the idea behind running this tool only inside
git
-compatible folders ?I need to check status on 3 jobs - so I basically had to create something like this:
where readme.md is empty file that was just added to be able to pass though check of jenni.
Is some feature of git being used for that ?
The text was updated successfully, but these errors were encountered: