InfraBox
InfraBox copied to clipboard
Create a infrabox project that could be manipulate by all developers.
We are trying to add a feature in our Continues Validation Dashboard[ https://dashboard.datahub.only.sap] to let the developer to re-trigger the failed validation jobs.
However, we don't want the jobs be re-triggered in the original Infrabox project. The better way to approach this is to push a infrabox build into another Infrabox project and run as a single job. In this case, the developers should have the full permission to restart the job, for debugging or view console outputs, but we don't know who will do this. So the project should be very open all to the developers inner SAP without any limitation.
The Github integration should be extended to match permissions on a repository with permissions in CI. So for private repos, if you have read-only permission on Github, it should allow you to see the project in Infrabox. Write permissions should give developer access, etc. This way, a new developer doesn't need to be manually granted permission. I'm not sure if that is similar to what is desired here. If not, then I can split this into a new issue.
@jerr0328 i think this should be handled as a separate issue. thanks