+++ /dev/null
-projectKey=java:sample
-serverUrl=http://localhost:33151
-dashboardUrl=http://localhost:33151/dashboard/index/java:sample
-ceTaskId=AVZQO0KqHsi6TBOtG5xl
-ceTaskUrl=http://localhost:33151/api/ce/task?id=AVZQO0KqHsi6TBOtG5xl
BuildResult result = orchestrator.executeBuildQuietly(build);
assertThat(result.getStatus()).isNotEqualTo(0);
// with the following message
- assertThat(result.getLogs()).contains("The folder 'bad' does not exist for 'bad-source-dirs'");
+ assertThat(result.getLogs()).contains("Invalid value of sonar.rouces for bad-sources-dirs");
}
/**