Click here to Skip to main content
15,867,453 members
Everything / DevOps / Continuous Integration

Continuous Integration

continuous-integration

Great Reads

by Prabakaran Rajendran
Setting up automated build and deployment for Windows service using Azure Pipeline
by Frank Boucher
How to build a continuous integration and continuous deployment solution for Docker
by Thomas Weller
Most people - even the overwhelming majority of programmers - would say that the main activity of a software developer is "writing source code". But this is a (though quite understandable) misconception
by Sergio Virahonda
In this article series, we'll demonstrate how to take use a CI/CD pipeline - a tool usually used by developers and DevOps teams - and demonstrate how to use it to create a complete training, test, and deployment pipeline for AI that meets the requirements of level 2 in the Google MLOps Maturity

Latest Articles

by Sergio Virahonda
In this article series, we'll demonstrate how to take use a CI/CD pipeline - a tool usually used by developers and DevOps teams - and demonstrate how to use it to create a complete training, test, and deployment pipeline for AI that meets the requirements of level 2 in the Google MLOps Maturity
by Frank Boucher
How to build a continuous integration and continuous deployment solution for Docker
by Prabakaran Rajendran
Setting up automated build and deployment for Windows service using Azure Pipeline
by Thomas Weller
Most people - even the overwhelming majority of programmers - would say that the main activity of a software developer is "writing source code". But this is a (though quite understandable) misconception

All Articles

Sort by Score

Continuous Integration 

17 Feb 2022 by Peter_in_2780
Run it through something like this: svn info | awk 'BEGIN {FS="/"} /^URL:/ {print $6 "/" $7 "/" $8}' [edit] fixed typo [/edit]
13 Nov 2018 by Prabakaran Rajendran
Setting up automated build and deployment for Windows service using Azure Pipeline
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...
31 Mar 2021 by Frank Boucher
How to build a continuous integration and continuous deployment solution for Docker
16 Feb 2022 by Member 14030165
So I have a svn repo URL like this-- svn info Path: . URL: svn://xyz-repo/svn/ccsmp/branches/features/cre40_jenkins Repository Root: svn://xyz-repo/svn/ccsmp Repository UUID: 5de8f2f4-0d3b-0410-8f2c-d418a2640d16 Revision: 23430 I want to grab...
31 Jul 2010 by Thomas Weller
Most people - even the overwhelming majority of programmers - would say that the main activity of a software developer is "writing source code". But this is a (though quite understandable) misconception
3 May 2021 by Sergio Virahonda
In this article series, we'll demonstrate how to take use a CI/CD pipeline - a tool usually used by developers and DevOps teams - and demonstrate how to use it to create a complete training, test, and deployment pipeline for AI that meets the requirements of level 2 in the Google MLOps Maturity