From 98487467eb03928e1ef534eab862efd8e2c962eb Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Fri, 26 Jun 2020 12:24:15 +0200 Subject: [PATCH] [DEBUG] fixes jenkins file --- Jenkinsfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aec1de35c3571..aed2c0df786cc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,14 +43,13 @@ kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true, setCommitStatus: true) //'xpack-accessibility': kibanaPipeline.functionalTestProcess('xpack-accessibility', './test/scripts/jenkins_xpack_accessibility.sh'), // 'xpack-pageLoadMetrics': kibanaPipeline.functionalTestProcess('xpack-pageLoadMetrics', './test/scripts/jenkins_xpack_page_load_metrics.sh'), 'xpack-securitySolutionCypress': //{ processNumber -> - //whenChanged(['x-pack/plugins/security_solution/', 'x-pack/test/security_solution_cypress/']) { + // whenChanged(['x-pack/plugins/security_solution/', 'x-pack/test/security_solution_cypress/']) { kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh')//(processNumber) - // } - }, + //} + //}, // 'xpack-visualRegression': kibanaPipeline.functionalTestProcess('xpack-visualRegression', './test/scripts/jenkins_xpack_visual_regression.sh'), ]), - ]) } } }