What is Terraform?
· DevOps & CI/CD
Terraform is an Infrastructure as Code tool by HashiCorp. Learn how it provisions and manages cloud resources declaratively.
61 questions in DevOps & CI/CD.
· DevOps & CI/CD
Terraform is an Infrastructure as Code tool by HashiCorp. Learn how it provisions and manages cloud resources declaratively.
· DevOps & CI/CD
Automated triggers start Jenkins builds on commits, schedules, or events. Learn webhooks, polling, and cron triggers.
· DevOps & CI/CD
Docker agents provide clean, reproducible build environments in Jenkins. Learn how to use Docker in pipelines and agents.
· DevOps & CI/CD
Parallel stages reduce pipeline duration. Learn how to run independent steps concurrently in Jenkins.
· DevOps & CI/CD
Jenkins credentials store secrets securely. Learn how to create, scope, and use credentials in pipelines.
· DevOps & CI/CD
Setting up a Jenkins pipeline connects your repository to automated build and test steps. Learn how to create and configure pipelines.
· DevOps & CI/CD
Shared libraries centralize reusable pipeline code. Learn how to define and use them across multiple Jenkins pipelines.
· DevOps & CI/CD
Jenkins agents execute build steps. Learn how to set up permanent and cloud-based agents with labels and launch methods.
· DevOps & CI/CD
Plugins extend Jenkins with integrations and features. Learn how to install, manage, and troubleshoot plugins.
· DevOps & CI/CD
A Jenkinsfile defines a Jenkins pipeline as code. Learn declarative and scripted syntax, stages, steps, and agents.