From dcac36392e353dd0c1e7ec119c43cbe636362527 Mon Sep 17 00:00:00 2001 From: cachedout Date: Mon, 15 Jun 2020 09:11:41 +0000 Subject: [PATCH] Fix minor spelling error in Jenkinsfile (#19153) --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d43da8ea448..d282f711807 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -704,7 +704,7 @@ pipeline { stage('Generators Metricbeat Linux'){ steps { // FIXME see https://github.com/elastic/beats/issues/18132 - catchError(buildResult: 'SUCCESS', message: 'Ignore error temporally', stageResult: 'UNSTABLE') { + catchError(buildResult: 'SUCCESS', message: 'Ignore error temporarily', stageResult: 'UNSTABLE') { makeTarget(context: "Generators Metricbeat Linux", target: "-C generator/_templates/metricbeat test") makeTarget(context: "Generators Metricbeat Linux", target: "-C generator/_templates/metricbeat test-package") } @@ -713,7 +713,7 @@ pipeline { stage('Generators Beat Linux'){ steps { // FIXME see https://github.com/elastic/beats/issues/18132 - catchError(buildResult: 'SUCCESS', message: 'Ignore error temporally', stageResult: 'UNSTABLE') { + catchError(buildResult: 'SUCCESS', message: 'Ignore error temporarily', stageResult: 'UNSTABLE') { makeTarget(context: "Generators Beat Linux", target: "-C generator/_templates/beat test") makeTarget(context: "Generators Beat Linux", target: "-C generator/_templates/beat test-package") } @@ -730,7 +730,7 @@ pipeline { } steps { // FIXME see https://github.com/elastic/beats/issues/18132 - catchError(buildResult: 'SUCCESS', message: 'Ignore error temporally', stageResult: 'UNSTABLE') { + catchError(buildResult: 'SUCCESS', message: 'Ignore error temporarily', stageResult: 'UNSTABLE') { makeTarget(context: "Generators Metricbeat Mac OS X", target: "-C generator/_templates/metricbeat test") } } @@ -751,7 +751,7 @@ pipeline { } steps { // FIXME see https://github.com/elastic/beats/issues/18132 - catchError(buildResult: 'SUCCESS', message: 'Ignore error temporally', stageResult: 'UNSTABLE') { + catchError(buildResult: 'SUCCESS', message: 'Ignore error temporarily', stageResult: 'UNSTABLE') { makeTarget(context: "Generators Beat Mac OS X", target: "-C generator/_templates/beat test") } }