PHPackages                             softius/jenkins-job-monitor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. softius/jenkins-job-monitor

ActiveProject[Utility &amp; Helpers](/categories/utility)

softius/jenkins-job-monitor
===========================

Monitor non-interactive execution of processes including Symfony Commands, cron jobs, procmail and inetd-launched processes

1.0.0(9y ago)28MITPHPPHP ~5.6|~7.0

Since Sep 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/softius/jenkins-job-monitor)[ Packagist](https://packagist.org/packages/softius/jenkins-job-monitor)[ Docs](https://github.com/softius/jenkins-job-monitor)[ RSS](/packages/softius-jenkins-job-monitor/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Jenkins job monitor
===================

[](#jenkins-job-monitor)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fb8a4e845be0b4c2bca66fea94c274c4f7badd0830271df2219cc3ead058a8e8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f66746975732f6a656e6b696e732d6a6f622d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/softius/jenkins-job-monitor)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/cc38aad82e4fa4ed525c207f066b67e2c036c06ee2bcc471c3cac3d0d1b30e60/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736f66746975732f6a656e6b696e732d6a6f622d6d6f6e69746f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/softius/jenkins-job-monitor)[![Coverage Status](https://camo.githubusercontent.com/95eb8976acbb8c3be29e7e970a27d58117e851344fd834dca08abcf62ca30f37/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f736f66746975732f6a656e6b696e732d6a6f622d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/softius/jenkins-job-monitor/code-structure)[![Quality Score](https://camo.githubusercontent.com/82ae62c8f40c0b17eaa745bffc5564fc1c5981e30be1bff40316a90bab4c37fe/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736f66746975732f6a656e6b696e732d6a6f622d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/softius/jenkins-job-monitor)[![Total Downloads](https://camo.githubusercontent.com/931b6b9eab31d6ed4324e1cb84de7d5874f5cb8fe1b9373e3693e0ac1e74d17e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f66746975732f6a656e6b696e732d6a6f622d6d6f6e69746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/softius/jenkins-job-monitor)

Jenkins is useful for monitoring the non-interactive execution of processes, such as cron jobs, procmail, inetd-launched processes. This library facilates Jenkins integration for PHP projects and processes running in a PHP environment.

[Monitoring external jobs in Jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Monitoring+external+jobs)

Install
-------

[](#install)

Via Composer

```
$ composer require softius/jenkins-job-monitor
```

Usage
-----

[](#usage)

### Monitor a process

[](#monitor-a-process)

A process result can be submitted using the command `jenkins-job-monitor monitor` as indicated below.

```
jenkins-job-monitor monitor http://acme.org/jenkins jobName 'ls -lah'
```

### Submit a process result

[](#submit-a-process-result)

A process result can be submitted using the command `jenkins-job-monitor push`. This approach is only useful when the process output and total execution are already available and it's only necessary to push the data to Jenkins.

```
jenkins-job-monitor push http://acme.org/jenkins jobName --log "Command results" --duration 5
```

Large log results can be transported through pipe as shown below.

```
cat results.txt | jenkins-job-monitor push http://acme.org/jenkins jobName --duration 5
```

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Iacovos Constantinou](https://github.com/softius)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3563d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/586121?v=4)[Iacovos Constantinou](/maintainers/softius)[@softius](https://github.com/softius)

---

Top Contributors

[![softius](https://avatars.githubusercontent.com/u/586121?v=4)](https://github.com/softius "softius (5 commits)")

---

Tags

processjenkinscommandsoftiusjenkins-job-monitor

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/softius-jenkins-job-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/softius-jenkins-job-monitor/health.svg)](https://phpackages.com/packages/softius-jenkins-job-monitor)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M719](/packages/sylius-sylius)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.7k](/packages/drupal-core)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
