Skip to content

Commit 062f163

Browse files
committed
Use a Jenkins specific quality monitor configuration
1 parent e8b5a9d commit 062f163

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: .github/workflows/quality-monitor.yml renamed to .github/workflows/quality-monitor-jenkins.yml

-16
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,6 @@ jobs:
9797
"id": "spotbugs",
9898
"sourcePath": "src/main/java",
9999
"pattern": "**/target/spotbugsXml.xml"
100-
},
101-
{
102-
"id": "error-prone",
103-
"pattern": "**/maven.log"
104-
}
105-
]
106-
},
107-
{
108-
"name": "API Problems",
109-
"id": "api",
110-
"icon": "no_entry_sign",
111-
"tools": [
112-
{
113-
"id": "revapi",
114-
"sourcePath": "src/main/java",
115-
"pattern": "**/target/revapi-result.json"
116100
}
117101
]
118102
},

0 commit comments

Comments
 (0)