GIT

Azure DevOps release pipeline test and deploy screenshot

How to create a CI/CD pipeline for Java on Azure Devops?

Continuous integration(CI) and continuous delivery(CD) pipelines have become the norm in software engineering. In the corporate world, a CI/CD pipeline is especially useful to ensure your entire development team is following the best quality guidelines and drastically shorten the deployment cycle to satisfy your customers. Thus why all Cloud providers are now providing their CI/CD […]

How to create a CI/CD pipeline for Java on Azure Devops? Read More »

How to migrate an SVN repository to GIT and your company Gitlab?

Companies often want to implement a Jenkins or Gitlab pipeline to improve their development quality and automate their continuous testing. Companies will then often migrate their source control software from SVN to GIT and Gitlab. Following John Albin great article available here https://john.albin.net/git/convert-subversion-to-git and Gitlab documentation I migrated a couple of SVN repository to GIT

How to migrate an SVN repository to GIT and your company Gitlab? Read More »

Scroll to Top