DEV Community

Sachin Gupta
Sachin Gupta

Posted on

Agile Aligned Application Devsecops

This is a 5 articles series on how to design and implement more scalable, agile-aligned, and futuristic “Devsecops”.

This is the 3rd article in the series.

Devsecops is mainly for software development and release, but if the software development process is agile based, it is important for devsecops to align with Agile and streamline along with Agile processes.

Image description

Image description

Image description

Image description

Image description

Image description

Devsecops shouldn’t just facilitate CI-CD pipelines for testing of code, creation of artifacts or deployment of artefacts, but devsecops should also facilitate agile process flow, by integrating agile process related communication like release of build to QA integrated in the pipeline. Same way with deployment too once the platform is ready a notification is required. Same when Release Manager cuts a release communication of release artifacts should automatically go to QA and SRE, QA validation completion notification should automatically give release notification for production deployment.

Besides this for each feature Jira ticket should automatically get updated to keep track of feature current state. This all can be done by integrating CI-CD with Teams channels/Slack, Jira and Confluence.

Top comments (0)