Skip to content

Commit

Permalink
Fixed Jenkins CI badge references
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Feb 12, 2021
1 parent 309054e commit f18f74c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,8 @@
# Eclipse Kapua&trade;

![GitHub Actions CI](https://github.com/eclipse/kapua/workflows/kapua-continuous-integration/badge.svg?branch=develop)
![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fhudson.eclipse.org%2Fkapua%2Fjob%2Fdevelop&label=Jenkins%20build)
![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https:%2F%2Fci.eclipse.org%2Fkapua%2Fjob%2Fdevelop-build&label=Jenkins%20Build)
![Jenkins](https://img.shields.io/jenkins/tests?compact_message&failed_label=%E2%9D%8C&jobUrl=https%3A%2F%2Fci.eclipse.org%2Fkapua%2Fjob%2Fdevelop%2F&label=Jenkins%20CI&passed_label=%E2%9C%85&skipped_label=%E2%9D%95&style=plastic)
[![Gitter](https://badges.gitter.im/eclipse/kapua.svg)](https://gitter.im/eclipse/kapua?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
![GitHub issues](https://img.shields.io/github/issues-raw/eclipse/kapua?color=success)
![GitHub pull requests](https://img.shields.io/github/issues-pr/eclipse/kapua?color=blue)
Expand Down
21 changes: 9 additions & 12 deletions build-tools/src/main/resources/checkstyle/kapua.suppressions.xml
Expand Up @@ -10,26 +10,23 @@
Contributors:
Red Hat Inc - initial API and implementation
Eurotech
-->

<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">

<suppressions>
<!-- ignore headers in package-info.java files -->
<!-- Ignore headers in package-info.java files -->
<suppress checks="RegexpHeader" files="package-info\.java"/>

<!-- ignore all files in target/ folder -->
<!-- Ignore all files in target/ folder -->
<suppress checks=".*" files=".*[\\\/]?target[\\\/].+\.java"/>

<!-- ignore .repository folder for Jenkins build -->
<suppress checks=".*" files="\.repository[\\\/]?.*" />
<!-- Ignore .repository folder for Jenkins build -->
<suppress checks=".*" files="\.repository[\\\/]?.*"/>

<!-- ignore the about.html file -->
<!-- Ignore the about.html file -->
<suppress checks="FileTabCharacter" files="about\.html"/>

<!-- ignore backport of SLF4J logging from EclipseLink -->
<suppress checks=".*" files="org.eclipse.persistence.logging.slf4j.*" />

<!-- ignore console-v2 folder -->
<suppress checks=".*" files="console-v2[\\\/]?.*" />
</suppressions>
2 changes: 1 addition & 1 deletion docs/developer-guide/en/building.md
Expand Up @@ -68,7 +68,7 @@ To build documentation, run `gitbook build` from either `docs/developer-guide/en
Kapua is running CI builds in the following public environments:

- GitHub Actions ![GitHub Actions CI](https://github.com/eclipse/kapua/workflows/kapua-continuous-integration/badge.svg?branch=develop)
- Eclipse Hudson [![Hudson](https://img.shields.io/jenkins/s/https/hudson.eclipse.org/kapua/job/Develop.svg)](https://hudson.eclipse.org/kapua/)
- Eclipse Hudson ![Hudson](https://img.shields.io/jenkins/build?jobUrl=https:%2F%2Fci.eclipse.org%2Fkapua%2Fjob%2Fdevelop-build&label=Jenkins%20Build)

Please be sure that both environments are "green" (i.e. all tests pass) after you commit any changes into `develop` branch.

Expand Down

0 comments on commit f18f74c

Please sign in to comment.