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(…)
Control-M, DevOps Jenkins how to create a cyclic job 03.11.2020 by Middleware Team Introduction Hi everybody Today it’s not about Control-M jobs but about Jenkins jobs ,Jenkins allows you also to schedule jobs and below we will see how to make it cyclic. First , we will create a job using(…)
DevOps Ansible loop over registered results 19.10.2020 by JĂ©rĂŽme Witt We were recently confronted with one of our playbook constraint while trying to identify which database software could be uninstalled from our servers. Until now, we ran the playbook to de-install a specific version which were âdiscovered manuallyâ. However, we(…)
Application integration & Middleware, Cloud, DevOps, Docker, Kubernetes Setup an NGINX Ingress Controller on Kubernetes 09.10.2020 by DevOps One of the most important and basic concept in Kubernetes is the Service exposition. How about exposing a Kubernetes Service deployed inside a cluster to outside traffic? Let’s have a look on the different approaches to expose a Kubernetes(…)