Click here to Skip to main content
15,897,891 members
Everything / CI

CI

CI

Great Reads

by Rob Kraft
This article looks at continuous integration and continuous deployment to highlight what contexts each practice may work well in, and contexts where the practice may not work well, or may even be counter-productive.
by Ruslan Shkarin
A step-by-step guide on how to easily perform code quality checks with AWS CodeBuild.
by Alexnader Selishchev
Nocode open source CI+CD for ASP.NET apps
by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well

Latest Articles

by Alexnader Selishchev
Nocode open source CI+CD for ASP.NET apps
by Ruslan Shkarin
A step-by-step guide on how to easily perform code quality checks with AWS CodeBuild.
by PascalLandau
How to setup CI pipeline to run code quality tools and tests on Github Actions and Gitlab Pipelines
by JIANGWilliam
Discuss D365 Plugin Registration programmatically

All Articles

Sort by Score

CI 

11 Jul 2021 by Rob Kraft
This article looks at continuous integration and continuous deployment to highlight what contexts each practice may work well in, and contexts where the practice may not work well, or may even be counter-productive.
21 Jul 2023 by instantmaker
Hi Everyone, I have been trying many things that I am not sure what went wrong as I am not a Linux expert (as I have been a windows guy myself) I have the .gitlab-ci.yml file based on the tutorial from here: How To Set Up a Continuous...
13 Jan 2024 by Ruslan Shkarin
A step-by-step guide on how to easily perform code quality checks with AWS CodeBuild.
20 Feb 2024 by Alexnader Selishchev
Nocode open source CI+CD for ASP.NET apps
21 Jul 2021 by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well
27 Feb 2022 by JIANGWilliam
Discuss D365 Plugin Registration programmatically
2 May 2022 by PascalLandau
How to setup CI pipeline to run code quality tools and tests on Github Actions and Gitlab Pipelines
30 May 2023 by stdout
Hi all, i need to deploy a .NET Core WebApi project to an dedicated VM with IIS. The build step works and puts all into a .zip package. The VM and WebDeploy Agent is configured and works well deploying via msdeploy from my local...
28 Mar 2023 by Yogesh Singh 2023
Which one is best calling the model from the controller or calling from views in ci4? I am thinking about using the model directly to views, so is it the right way to use it? What I have tried: Which one is the best calling model from the...
7 Dec 2022 by Member 15435238
Any idea about this error in gitlab-ci. Seems like the version of debhelper is not proper and I am not able to figure out what should be right version for this. Or there might be some other issue as well. Can anyone tell me what is the issue with...