]
Josef Kopriva closed JBIDE-26555.
---------------------------------
Closing, its fixed.
PR checks fail bcs of jenkins
-----------------------------
Key: JBIDE-26555
URL:
https://issues.jboss.org/browse/JBIDE-26555
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common, openshift, server
Affects Versions: 4.10.0.AM1
Reporter: Andre Dietisheim
Assignee: Josef Kopriva
Priority: Blocker
Labels: build, github, pull_request, sonar
Fix For: 4.11.0.AM1
Latest PRs in github are not built successfully on jenkins any more and seem to point at
sonar.
This also matches the fact that we didnt see any sonar report any more for quite some
time.
ex.
https://github.com/jbosstools/jbosstools-openshift/pull/1830 is red in [jenkins build
#1967|https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-openshift-Pull-Request/1967]
with the following output:
{code}
[ERROR] Failed to execute goal
org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project
openshift:
Error 404 on
https://sonarcloud.io/api/sources/hash?key=org.jboss.tools%3Aopenshift%3A...
: {"errors":[{"msg":"Component key
'org.jboss.tools:openshift:plugins/org.jboss.tools.openshift.common.ui/src/org/jboss/tools/openshift/internal/common/ui/utils/OCCommandUtils.java'
not found"}]} -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project
openshift: Error 404 on
https://sonarcloud.io/api/sources/hash?key=org.jboss.tools%3Aopenshift%3A...
: {"errors":[{"msg":"Component key
'org.jboss.tools:openshift:plugins/org.jboss.tools.openshift.common.ui/src/org/jboss/tools/openshift/internal/common/ui/utils/OCCommandUtils.java'
not found"}]}
{code}