Tag

Parallel

0 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Mar 18, 2023 · Operations

Accelerating Jenkins Pipeline Execution with Parallel and collectEntries

This article explains how to use the parallel step and the Groovy collectEntries method in Jenkins Pipelines to run multiple jobs concurrently, reduce build time, and transform collections into maps for flexible stage generation, providing complete code examples and practical guidance.

CI/CDDevOpsGroovy
0 likes · 5 min read
Accelerating Jenkins Pipeline Execution with Parallel and collectEntries
DevOps Cloud Academy
DevOps Cloud Academy
Apr 17, 2020 · Operations

Using Jenkins Pipeline Parallel Syntax for Parallel Tasks and Stages in Microservice Deployment

This guide explains how to streamline the deployment of multiple microservice modules by creating a Jenkins project that integrates with GitLab, lets users select services, and uses the pipeline parallel syntax to run tasks and stages concurrently, reducing manual effort and speeding up releases.

AutomationCI/CDJenkins
0 likes · 5 min read
Using Jenkins Pipeline Parallel Syntax for Parallel Tasks and Stages in Microservice Deployment
Liulishuo Tech Team
Liulishuo Tech Team
Jun 3, 2016 · Backend Development

Understanding Ruby Multithreading and Multiprocessing

This article explains the differences between Ruby threads and processes, when to use each for performance gains, illustrates practical scenarios, and provides code examples for simple multithreading, multiprocessing, and using the Parallel gem.

ConcurrencyGILMultithreading
0 likes · 11 min read
Understanding Ruby Multithreading and Multiprocessing