diff --git a/Jenkinsfile b/Jenkinsfile index 007f19b9a..b866092c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -274,11 +274,6 @@ pipeline { def processor = new ResultsProcessor() processor.processResults(mapResults) archiveArtifacts allowEmptyArchive: true, artifacts: 'results.json,results.html', defaultExcludes: false - catchError(buildResult: 'SUCCESS') { - def datafile = readFile(file: "results.json") - def json = getVaultSecret(secret: env.BENCHMARK_SECRET) - sendDataToElasticsearch(es: json.data.url, data: datafile, restCall: '/jenkins-builds-test-results/_doc/') - } } } notifyBuildResult()