Open saikek opened 3 years ago
Hi @saikek, Sorry for taking too long to respond.
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 ?