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)
ai (1)
ci (1)
dataview (1)
javascript (1)
job search (1)
journal (1)
kiss (1)
product (1)
productivity (1)
software (1)
systems (1)
Recommend Series
Jenkins-Pipelines (4)
Obsidian (2)
Second Brain (2)
Software-Development (1)
Blog
12 posts
Here I’m publishing my ideas, thoughts or simply rants.
««
«
1
2
3
»
»»
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
3
»
»»