1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Turns out that waiting for the scheduled build to complete using `project.scheduleBuild2(0).get();` can block test execution on Jenkins 1.580.1. A safer approach that works with both Jenkins 1.532 and 1.580.1 is to schedule a number of builds and ignore the returned futures and then wait for all the builds to finish using `jenkins.waitUntilNoActivity();` More... almost 10 years ago
Merge branch 'davidparsson-bug/acceptance-test-wait-for-build-completion' More... almost 10 years ago
Merge branch 'bug/acceptance-test-wait-for-build-completion' of https://github.com/davidparsson/jenkins-build-monitor-plugin into davidparsson-bug/acceptance-test-wait-for-build-completion More... almost 10 years ago
Merge branch 'davidparsson-bug/acceptance-test-view-saving' More... almost 10 years ago
(fix) Acceptance tests wait for build completion before continuing More... almost 10 years ago
(fix) Submit form changes with submit() instead of click() More... almost 10 years ago
Build Monitor supports [Jenkins Sounds Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Sounds+plugin). More... about 10 years ago
Updated sauce labs config as they no longer support Chrome 34 (which is fair enough, it's a bit old). More... about 10 years ago
Merge branch 'jean-pierreb-set-page-title' More... about 10 years ago
(fix) Fixes an issue with PR #117, where the Build Monitor title is not displayed on the first run (value of the title field is still null at that point). More... about 10 years ago
Merge branch 'set-page-title' of https://github.com/jean-pierreb/jenkins-build-monitor-plugin into jean-pierreb-set-page-title More... about 10 years ago
First cut at workflow support More... about 10 years ago
Merge branch 'drekbour-config-model' More... about 10 years ago
(fix) Projects can be safely ordered by build status even though they have no build history. More... about 10 years ago
It's possible to use the Config class with a deserialised config.xml coming from previous versions of Build Monitor. More... about 10 years ago
Merge branch 'config-model' of https://github.com/drekbour/jenkins-build-monitor-plugin into drekbour-config-model More... about 10 years ago
Tidy tests back to declarative changes only More... about 10 years ago
(fix) Job titles are vertically centered in Epiphany (included in the Raspian distribution for Raspberry Pis) and Safari web browsers. More... about 10 years ago
Build Monitor UI is properly insulated from Jenkins and shouldn't be affected by any further changes to Jenkins CSS More... about 10 years ago
Tidy test syntactic sugar methods More... about 10 years ago
Introduce Config test recipe More... about 10 years ago
Introduce common Config class across all views More... about 10 years ago
(fix) Fix for a Jenkins CSS issue introduced somewhere between Jenkins 1.532 and 1.580.3 causing the navigation to be displayed incorrectly. More... about 10 years ago
503 Service Unavailable and 502 Bad Gateway status codes returned by Jenkins (or rather a proxy server in front of it) are treated as recoverable connection errors. More... about 10 years ago
As the phrase "Identified problems" have been moved from CSS to HTML (#115) the test assertion had to be updated. More... about 10 years ago
Merge branch 'patrickdepinguin-failurecount' More... about 10 years ago
Build Failure Analyzer integration: show number of detected failures in a slightly more user-friendly way. More... about 10 years ago
Merge branch 'failurecount' of https://github.com/patrickdepinguin/jenkins-build-monitor-plugin into patrickdepinguin-failurecount More... about 10 years ago
Ordering by status, courtesy of @Mercynary Closes #86. More... about 10 years ago
#86 Order builds by status More... over 10 years ago