You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cs...@apache.org on 2018/07/17 10:51:04 UTC

svn commit: r1836100 - /felix/trunk/systemready/README.md

Author: cschneider
Date: Tue Jul 17 10:51:04 2018
New Revision: 1836100

URL: http://svn.apache.org/viewvc?rev=1836100&view=rev
Log:
Remove test results badge as it does not work

Modified:
    felix/trunk/systemready/README.md

Modified: felix/trunk/systemready/README.md
URL: http://svn.apache.org/viewvc/felix/trunk/systemready/README.md?rev=1836100&r1=1836099&r2=1836100&view=diff
==============================================================================
--- felix/trunk/systemready/README.md (original)
+++ felix/trunk/systemready/README.md Tue Jul 17 10:51:04 2018
@@ -1,7 +1,6 @@
 # OSGi system ready check framework
 
 [![Build Status](https://builds.apache.org/buildStatus/icon?job=Felix%20Systemready)](https://builds.apache.org/job/Felix%20Systemready/)
-[![Test Status](https://img.shields.io/jenkins/t/https/builds.apache.org/job/Felix%20Systemready.svg)](https://builds.apache.org/job/Felix%20Systemready/test_results_analyzer/)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.felix/org.apache.felix.systemready/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.felix%22%20a%3A%22org.apache.felix.systemready%22)
 
 In OSGi there is always the question of when a system is fully operational after startup. This project provides a framework to configure and create so called system checks and signal the ready state of an OSGi based system. In addition to the framework, we also provide some generic checks that give a solid basis, like a check waiting for the startup of bundles to finish, as well as certain OSGi services being present. Additionally, root cause analysis in case of error states is conveniently presented. Custom checks can be created to provide in-depth checks for your own functionality.