/images/car.webp
Posts Topics Certified Ethical Hacker v12 About
/images/car.webp
Cancel
PostsTopicsCertified Ethical Hacker v12About
 | 

Jenkins Conditions and Confirmations

Chay published on 2022-09-06 included in Jenkins

Using a conditional expression, you can control Jenkins stage to run when a condition is validated. On the other hand, you can also pause the script for user input when running a stage. In this tutorial, we’ll explain what are conditions, user input confirmation, and How does Jenkins handle them?

Find out here!

Jenkins Variables and Parameters

Chay published on 2022-09-06 included in Jenkins

Variables and parameters allow you to define values that can be referenced throughout your pipeline. They let you customize builds by assigning variable values. You’ve probably heard about them before but maybe you don’t know just what they do or how they work. That’s okay – In this tutorial, we’ll talk about what variables and parameters are and why you might need them.

Understanding Jenkins Pipeline

Chay published on 2022-09-02 included in Jenkins

A quick and easy way to automate deployment and CI/CD is using Jenkins pipelines. There’s no excuse not to have a continuous delivery / continuous integration workflow in place! Learn how to easily set up Jenkins Pipelines today! In this tutorial, we’ll cover the basic definitions and syntax declarations for Jenkins Pipeline.

Jenkins Error Occurred During Installation - Forbidden

Chay published on 2022-09-01 included in Jenkins

Did you end up in An error occurred during installation: Forbidden error on fresh Jenkins install? If you did, we are here to provide a solution for the error.

Configure Windows Jenkins Agent

Chay published on 2022-09-01 included in Jenkins

Do you want to configure Jenkins as a windows service in your node machine on Jenkins 2.366 or higher version? On this version and above, you cannot install Jenkins as a service directly on agent machine but we got you covered. In this tutorial, we will explain how to configure Jenkins agent in Windows Operating System with Jenkins master version 2.366.

Terraform copy/run scripts, and execute Commands

Chay published on 2022-08-25 included in Terraform

With terraform you can also run any native commands related to the operating system, or copy files from your local machine and run them. In this tutorial, we’ll show you all the ways on how to run native OS commands, copy and run scripts from your local machine to your instance.

Sample Terraform Script

Chay published on 2022-08-18 included in Terraform

This is a sample terraform script which shows how you can deploy VPC, subnet, routes, instance and output the instance’s public ip. We want to use this environment for Jenkins. So, we have added a keyword called “jenk” in all the resources to recognize them easily in AWS.

Count and Conditionals

Chay published on 2022-07-31 included in Terraform

Terraform is a tool which allows you to create infrastructure resources like networks, subnets, security groups, etc. In this tutorial, we’ll show you how to start using Terraform’s count and conditionals.

Terraform ForEach Loop

Chay published on 2022-07-28 included in Terraform

If you want to perform same operation multiple times, you have to use a loop. In Terraform, you can use Foreach loop to do the same. In this tutorial, we’ll explain what is Terraform foreach loop and how to use it.

Terraform AWS_Route_Table Creation Error

Chay published on 2022-07-22 included in Terraform

When creating a route table, you might endup in inappropriate value for attribute error. In this tutorial, we’ll show you solution for the error.

  • 1
  • …
  • 17
  • 18
  • 19
  • 20
2022 - 2026 Chay | CC BY-NC 4.0