AWS, DevOps, Kubernetes Rancher, up and running, on EC2 – 1 – One node 07.03.2021 by Daniel Westermann If you want to play with Rancher you have several options, as outlined in the documentation. There are quick starts for the major public cloud providers (using Terraform), you can install(…)
DevOps JENKINS installing Artifactory server and add it to your Jenkins master 05.03.2021 by Middleware Team Hi everybody As promised in my previous post on Artifactory plugin here is the installation guide to use Artifactory with your Jenkins master.First we need to check the prerequisites and then after installation will see how to link it(…)
DevOps JENKINS installing Artifactory plugin and fix dependencies issue 03.03.2021 by Middleware Team Hi everybody As I planned to show you how to use Artifactory in next blog topic , we need to install it through plugin management. During this I faced some issues.Below we will check how to fix it. what(…)
DevOps JENKINS create a pipeline using Blue Ocean 19.02.2021 by Middleware Team Hi everybody, Last time we have seen what is Pipeline concepts including scripted and declarative pipeline methods.Today we will see how to create easily a declarative pipeline using Blue ocean tool.It will allow us to generate a workflow without(…)
DevOps JENKINS – Introduction to pipelines 16.02.2021 by Middleware Team Hi, We already know how to create a build on Jenkins using freestyle job, it’s a quick way to make a job, but what happened when we want to have complex tasks and workflow to trigger? Freestyle job limitation Indeed(…)
DevOps JENKINS – Add a new node ( slave ) to your Windows Jenkins master 08.02.2021 by Middleware Team Hi, As you already know Jenkins architecture is based on master slave architecture.This is useful and best practice to add slave/nodes to Jenkins master for many purposes such as security (avoid malicious code on the master for example and(…)
Cloud, DevOps JENKINS Quick overview on Jenkins and Jenkins X 13.01.2021 by Middleware Team Hi everybody, During previous blog ,we ever talked about Jenkins , but what about Jenkins X ?What are the differences between the two, which one is fitting the best for your needs? History of Jenkins X As the(…)
DevOps JENKINS Add plugins in Jenkins 06.01.2021 by Middleware Team Hi everybody, First of all,I wish you a happy new year with lot of success for all of you 😀 Now ,to have a good start for 2021 we will learn how to use one of the most important(…)
DevOps JENKINS install Jenkins on Windows 09.12.2020 by Middleware Team Hi Team, Today let’s talk about Jenkins software What is Jenkins? Jenkins is an open source automation server that enables developers around the world to reliably build, test, and deploy their software.It is the leading open-source continuous integration server.
DevOps, Docker, Kubernetes Deploy GitLab on Kubernetes using Helm 10.11.2020 by DevOps Over the last years GitLab became one of the most popular and powerful open source git source code platform. From pure source code repository to a DevOps platform, it’s interesting to see how GitLab has evolved and(…)