Skip to main content

CI/CD flow

Datagrok application is an incredibly powerful platform. With great power comes great responsibility. Which is why we created an automated flow to build, scan, test and publish our application. This way we prevent any vulnerable or broken code to be published.

The generalized CI/CD scheme consists of 4 steps: analyze, build, test, publish. More information can be found below in specific topics: release flow, public repository flow.

Release CI/CD flow

Release CI Flow

Public repository CI/CD flows

Packages CI Flow

More information