DSCI is a ci pipeline framework integrated with some existed cicd systems like gitea/firgejo/gitlab via web hooks and allowing authors to use general programming languages to write cicd code. It provides SDK for many programming languages. SDK helps process input parameters, write plugins, pass results between tasks and jobs, handle secrets, enable self tests, etcTarget auditory - self hosted cicd systems with devops using general programming languages instead of yaml
Link to the article - https://github.com/melezhik/DSCI/blob/main/introduction.md
Disclosure - Feel free to ask me any questions or provide constructive feedback - I am the tool author
Thanks
▲The approach of using general programming languages instead of YAML for CI/CD is refreshing. I've seen too many teams struggle with YAML's complexity and limitations in complex pipelines. Being able to write actual code with proper IDE support, testing, and debugging is a game-changer. The SDK approach is smart too - makes it extensible across languages. Have you considered integration with GitHub Actions beyond the existing ones? That would significantly expand the user base.
reply▲The first section in the introduction describes a YAML file. Bait and switch?
reply▲reply▲Links to Forgejo and CI are broken in the README. I wanted to fix them, but I'm not even sure where the [~ci] link should lead.
reply