Yahoo Malaysia Web Search

Search results

  1. Learn how to create and run pipelines for continuous integration, delivery, and deployment with GitLab. Pipelines are composed of jobs, stages, runners, and variables that can be configured in YAML or through the UI.

  2. Learn what a CI/CD pipeline is, how it works, and why it's important for software development and delivery. Explore the stages, tools, and best practices of CI/CD pipelines with GitLab.

  3. CI/CD is a software development practice that automates the build, test, and deploy phases of the software lifecycle. Learn what CI/CD is, why it is important, and how to use it with GitLab's CI/CD pipeline.

  4. Jun 11, 2024 · This guide will walk you through setting up a simple CI/CD pipeline on GitLab, perfect for beginners and intermediate users. Prerequisites and Setup. Tools Needed: GitLab Account: Sign up at GitLab. Git Installed: Download and install Git from Git's official site. Basic Knowledge Required: Basic understanding of Git commands.

  5. GitLab with Git Essentials - Hands-On Lab Overview. GitLab with Git Essentials - Hands-on Lab: Auto DevOps With a Predefined Project Template. GitLab with Git Essentials - Hands-on Lab: Build a .gitlab-ci.yml file. GitLab with Git Essentials - Hands-On Lab: Create a project and issue.

  6. Jul 12, 2019 · Learn how GitLab CI/CD pipelines automate software development and delivery with pipeline as code, stages, jobs, and runners. Discover the advantages of using GitLab for CI/CD, such as version control, audit trails, collaboration, and troubleshooting.

  7. Pipelines are the top-level component of continuous integration, delivery, and deployment. Pipelines comprise: Jobs, which define what to do. For example, jobs that compile or test code. Stages, which define when to run the jobs. For example, stages that run tests after stages that compile the code. Jobs are executed by runners.