-
Hi,
My mistake, the Job Executor in the Administration menu have to be configured first, after it is correctly configured (and tested) the link can be clicked. Thanks.
-
It does not matter if job executor is defined or not. The link is disabled only when the user does not have permission to modify the source. Could it be possible that you are accessing the repository anonymously previously?
-
All of the test accounts is having the
Project Ownerroles. I'm not sure, but I think, is it because I've applied the Branch Protection against themasterbranch? Maybe later I'll try to reproduce the issue, currently I still exploring OneDev features, so most probably I'll have the chance to test the scenario again. -
Yes, this should be the reason. The branch protection will prevent you from touching master branch.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Hi,
I've pushed a sample web app code into the OneDev repo, but the "Enable build support by adding..." link is not clickable (I assume this can be automatically created by clicking this link). This is the screenshot:
The project is a simple web app using .NET 6.0. I understand that in your example / tutorial, you use React to demonstrate this feature. Is this only supported in React? Thanks.