Code In Focus
Home
Blog
About
Code In Focus
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)
journal (1)
kiss (1)
software (1)
typescript (1)
yagni (1)
Recommend Series
Jenkins-Pipelines (4)
Obsidian (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…......
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.......
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.......
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.......
guides
jenkins-pipelines
java
maven
jenkins
Jenkins Java Centric Pipelines in Kubernetes
Mar 27, 2020
2 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.......
guides
jenkins-pipelines
jenkins
kubernetes
««
«
1
2
»
»»