Skip to content

Commit

Permalink
Revert "[DEBUG] fixes jenkins file"
Browse files Browse the repository at this point in the history
This reverts commit 9848746.
  • Loading branch information
MadameSheema committed Jun 26, 2020
1 parent a9662a9 commit dce4dea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ 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'),
]),
])
}
}
}
Expand Down

0 comments on commit dce4dea

Please sign in to comment.