+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
Author : Mausomi Paul

CREATING A FREE STYLE JOB IN JENKINS

INTRODUCTION A Jenkins build job contains the configuration for automating a specific task or step in the application building process. These tasks include gathering dependencies, compiling, archiving, or transforming code, and testing and deploying code in different environments. Jenkins supports several types of build jobs, such as freestyle projects, pipelines, multi-configuration projects, folders, multi branch […]

INSTALLING JENKINS ON RHEL

Jenkins is an open-source software package for continuous software development. It is used to automate parts of the build, testing, delivery, and deployment of applications. Jenkins is based on Java and helps with every part of the software development process. This article will guide you through the steps for installing jenkins on rhel. Prerequisites Step […]

CONTAINERS vs VIRTUAL MACHINE

Containers are a way to package your application’s source code, configuration, dependencies, into a single file. A Single file can be used to run small microservices or large software applications. It sits on the top of a physical server and its host operating system which means containers share the same operating system. Virtual machines run […]

Scroll to top