Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project structure #76

Open
saikek opened this issue May 12, 2021 · 1 comment
Open

project structure #76

saikek opened this issue May 12, 2021 · 1 comment

Comments

@saikek
Copy link

saikek commented May 12, 2021

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:

.
├── 1
│  └── readme.md
├── 2
│  └── readme.md
└── 3
   └── readme.md

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 ?

@m-sureshraj
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants