Skip to content

Commit 4330caf

Browse files
authored
ci(jenkins): send downstream build data to ES is not required anymore (#736)
1 parent 9bf63bc commit 4330caf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,6 @@ pipeline {
274274
def processor = new ResultsProcessor()
275275
processor.processResults(mapResults)
276276
archiveArtifacts allowEmptyArchive: true, artifacts: 'results.json,results.html', defaultExcludes: false
277-
catchError(buildResult: 'SUCCESS') {
278-
def datafile = readFile(file: "results.json")
279-
def json = getVaultSecret(secret: env.BENCHMARK_SECRET)
280-
sendDataToElasticsearch(es: json.data.url, data: datafile, restCall: '/jenkins-builds-test-results/_doc/')
281-
}
282277
}
283278
}
284279
notifyBuildResult()

0 commit comments

Comments
 (0)