From 8f8f483f023083004c560f45059a0986cd25d2d7 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 Feb 2020 15:05:31 +0000 Subject: [PATCH] ci(jenkins): send downstream build data to ES is not required anymore --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7f8400660..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: 'secret/apm-team/ci/apm-server-benchmark-cloud') - sendDataToElasticsearch(es: json.data.url, data: datafile, restCall: '/jenkins-builds-test-results/_doc/') - } } } notifyBuildResult()