Skip to main content
← Back to workflows

How to Monitor External Processes in Jenkins?

durable-task -
Jenkins Plugin
v.555.v6802fe0f0b_82
Required Jenkins: v.2.440.3
ID: durable-task
GitHub Org's stars
Contributors
CICube banner
The GitHub Actions dashboard helps you spot bottlenecks and optimize your CI pipeline with actionable insights.
Installation with the CLI tool
jenkins-plugin-cli --plugins durable-task:555.v6802fe0f0b_82

Durable Task logo

Durable Task

Async tasks endure agent disconnections.


What is Durable Task Plugin?

The DurableTask serves as an extension point, defining tasks that can run asynchronously on a build node and endure slave agent disconnections.

Why Use Durable Task Plugin?

The Durable Task plugin provides a robust solution for executing tasks asynchronously on Jenkins build nodes, even in the face of slave agent disconnections. By leveraging its capabilities, developers can ensure the reliability and resilience of their build processes. This plugin simplifies task management by offering a straightforward method for launching durable tasks and providing essential functionalities for monitoring and control. Overall, integrating the Durable Task plugin enhances the stability and efficiency of Jenkins pipelines, contributing to smoother development workflows and quicker response times to build issues.

Example Use Case

The Pipeline: Nodes and Processes component, part of the Pipeline Plugin, facilitates the execution of pipeline steps by managing agents and workspaces, as well as running external processes. This functionality includes locking agents and workspaces to ensure exclusive access, as well as executing processes that can persist even through Jenkins restarts or agent reconnections. By leveraging this component, users can effectively orchestrate complex workflows within their Jenkins pipelines, enhancing productivity and reliability.

Monitoring GitHub Actions Workflows

CICube is a GitHub Actions monitoring tool that provides you with detailed insights into your workflows to further optimize your CI/CD pipeline. With CICube, you will be able to track your workflow runs, understand where the bottlenecks are, and tease out the best from your build times. Go to cicube.io now and create a free account to better optimize your GitHub Actions workflows!

CICube GitHub Actions Workflow Duration Monitoring