Code In Focus
Home
Blog
About
Categories
Guides (7)
Postmortem (1)
Featured Tags
jenkins (4)
java (3)
docker (2)
kubernetes (2)
maven (2)
nodejs (2)
obsidian (2)
pkm (2)
templater (2)
ci (1)
dataview (1)
javascript (1)
job search (1)
journal (1)
kiss (1)
software (1)
typescript (1)
yagni (1)
Recommend Series
Jenkins-Pipelines (4)
Obsidian (2)
Second Brain (2)
Software-Development (1)
Blog
10 posts
Here I’m publishing my ideas, thoughts or simply rants.
««
«
1
2
»
»»
You Aren't Gonna Need It
Oct 21, 2020
2 minutes read
Let me tell you a story. Imagine that you are working on your application and you need to implement a very important feature. Like any engineer who loves his trade, your mind explodes with multiple ideas how can you make it better. You brew some ideas, add some improvements, spent twice as much time as you should, but… Your code is amazing! ......
software
yagni
kiss
Building Docker Images in Jenkins on Kubernetes
May 5, 2020
4 minutes read
This is a fourth post in a series, describing the problems my team has faced during implementation of Jenkins pipelines in Kubernetes. Jenkins Java Centric Pipelines in Kubernetes Building Maven Projects in Jenkins Docker workers Using Maven and Jenkins to perform modular Java builds Building Docker Images in Jenkins on Kubernetes (This article) Why would we want to build Docker images in Kubernetes Often Kubernetes is the platform of choice both for the production environments and the CI(/CD) pipelines that we use for our development processes. Since Docker images are the basic building blocks, we must be able to build them from within our Kubernetes hosted pipeline. ......
guides
jenkins-pipelines
jenkins
java
kubernetes
docker
Using Maven and Jenkins to perform modular Java builds
Apr 13, 2020
2 minutes read
This is a third post in a series, describing the problems my team has faced during implementation of Jenkins pipelines in Kubernetes. Jenkins Java Centric Pipelines in Kubernetes Building Maven Projects in Jenkins Docker workers Using Maven and Jenkins to perform modular Java builds (This article) Building Docker Images in Jenkins on Kubernetes Modular Maven builds in stateless Jenkins workers Maven is a pretty smart piece of software. Among its many capabilities it knows to build only the modified code since the last build (unless you run the “clean” directive. When building in a stateless Jenkins workers for the reasons stated in the previous post, we lose these abilities, since every builds starts with an empty workspace. ......
guides
jenkins-pipelines
java
maven
jenkins
Building Maven Projects in Jenkins Docker workers
Apr 3, 2020
4 minutes read
This is a second post in a series, describing the problems my team has faced during implementation of Jenkins pipelines in Kubernetes. Jenkins Java Centric Pipelines in Kubernetes Building Maven Projects in Jenkins Docker workers (This article) Using Maven and Jenkins to perform modular Java builds Building Docker Images in Jenkins on Kubernetes Building Maven projects in Docker or Kubernetes can be trickier than it first appears. In this post I’ll show you the steps required to make it work and a few tricks and workarounds. ......
guides
jenkins-pipelines
java
maven
jenkins
Jenkins Java Centric Pipelines in Kubernetes
Mar 27, 2020
3 minutes read
This is a first post in a series, describing the problems my team has faced during implementation of Jenkins pipelines in Kubernetes. Jenkins Java Centric Pipelines in Kubernetes (This article) Building Maven Projects in Jenkins Docker workers Using Maven and Jenkins to perform modular Java builds Building Docker Images in Jenkins on Kubernetes When I took this project, I’ve read a considerable number of guides and documentation pages, some of them official, others written by bloggers like me. The common theme was to show a single aspect of the project. This approach simplifies the effort to explain the solution, however ignores the biggest challenge: combining the various solutions together. ......
guides
jenkins-pipelines
jenkins
kubernetes
««
«
1
2
»
»»