Tag «jenkins tutorial for beginners»
Jenkins Beginner Tutorial 15 – How to setup BUILD PIPELINE in Jenkins (Step by Step)
Notes: Today we will learn : How to setup BUILD PIPELINE in Jenkins ? Follow along step by step Step 1 Chain required jobs in sequence Add upstream/downstream jobs How to chain jobs? Watch – How to setup Delivery Pipeline Step 2 Install Build Pipeline Plugin Step 3 Add Build Pipeline View Configure the view …
Jenkins Beginner Tutorial 10 – What is Automated Deployment (Step by Step)
Notes: Today we will learn : What is Automated Deployment ? Main stages in Continuous delivery and deployment pipeline 1. BUILD 2. DEPLOY 3. TEST 4. RELEASE Lets see … A real world Project SetUp Automated Deployment is the process of Automating the deployment process in a Continuous Delivery system Build – Deploy – Test …