Skip to content

improvements and refactors to the CI/CD pipeline for the SnakeAid project - #36

Merged
the-khiem7 merged 5 commits into
mainfrom
dev
Feb 5, 2026
Merged

improvements and refactors to the CI/CD pipeline for the SnakeAid project#36
the-khiem7 merged 5 commits into
mainfrom
dev

Conversation

@the-khiem7

Copy link
Copy Markdown
Member

This pull request introduces several improvements and refactors to the CI/CD pipeline for the SnakeAid project, primarily focusing on the Jenkinsfile. The changes enhance Docker image labeling, streamline build and deployment steps, and add context-based tagging. Additionally, minor configuration updates were made for development tooling and documentation deployment.

Pipeline and Docker build improvements:

  • Refactored Docker build steps in the Jenkinsfile to use new helper methods (dockerBuildOnly, dockerBuildAndPush) that automatically clean up images and apply enhanced OCI labels, including new metadata such as deployment context, base image, authors, and documentation links.
  • Introduced resolveDeployContext and guessRefName helpers to dynamically set deployment stage and environment labels based on branch and PR information, improving traceability and deployment clarity.
  • Simplified build and deployment stage scripts to use the new Docker wrapper methods, reducing code duplication and improving maintainability. [1] [2] [3] [4]
  • Streamlined webhook deployment step by removing unnecessary shell script setup.

Tooling and documentation updates:

  • Added a .vscode/settings.json file to set the default .NET solution for development in Visual Studio Code.
  • Updated the SnakeAid.Docs submodule to a new commit, ensuring documentation is up-to-date.
  • Removed the .github/workflows/deploy-docsify.yml file, discontinuing the previous Docsify deployment workflow.

@coderabbitai

coderabbitai Bot commented Feb 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

Comment @coderabbitai help to get the list of available commands and usage tips.

@the-khiem7
the-khiem7 merged commit 8a393f4 into main Feb 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant