2018-11-20 JÉFERSON MACHADO Creating cloud-native applications is challenging. The cloud environment consists of machines running all over the world. It’s very sensitive and different issues could happen, such as network partitions, …
PROGRAMMATICALLY CONFIGURE JENKINS PIPELINE SHARED GROOVY LIBRARIES
2018-11-20 COSTIN MORARIU If you’re a Jenkins user adopting Jenkins pipelines, it is likely that you have run in to the scenario where you want to break out common functionality from …
AWS SUMMIT RECAP
2018-11-20 COSTIN MORARIU This week, the annual AWS Summit took place in sunny Stockholm. This article aims to provide a recap of my impressions from the event.It was evident that the …
AGILE CONFIGURATION MANAGEMENT – INTERMEZZO
2018-11-20 COSTIN MORARIU The main reason for doing agile configuration management is that it’s a necessary means too achieve agile infrastructure and architecture. When you have an agile architecture it becomes …
RECENT BLOGS ABOUT THE DELIVERY PIPELINE PLUGIN
2018-11-20 COSTIN MORARIU The Delivery Pipeline plugin from Diabol is getting some traction. Now over 600 installations. Here’s some recent blogging about it.First one from none less than Mr Jenkins himself, Kohsuke …
TEST DATA – PART 1
2018-11-20 COSTIN MORARIU When you run an integration or system test, i.e. a test that spans one or more logical or physical boundaries in the system, you normally need some test …
OBEY THE DRY PRINCIPLE WITH CODE GENERATION!
2018-11-20 COSTIN MORARIU In the current project I’m in, we mostly use XML for data interchange between systems. Some of the XML schemas which have been handed to us (final …
AZURE DEVOPS CI/CD PIPELINE FOR ASP.NET CORE APPLICATION
2018-11-20 COSTIN MORARIU Two months ago Scott Hanselman wrote a nice blog post where he describes how to use Azure DevOps to build/deploy/test an ASP.NET Core application.My goal here is to …