We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763cb6 commit f965ca4Copy full SHA for f965ca4
Jenkinsfile
@@ -207,8 +207,7 @@ def runCypressE2e(){
207
208
def output=readFile 'data-hub/marklogic-data-hub-central/ui/e2e/e2e_err.log'
209
if(output.contains("npm ERR!")){
210
- // currentBuild.result='UNSTABLE';
211
- error 'cypress test failed. Tests might run succesfully or with some failures.'
+ println("WARNING: cypress test run has errors in its log. Tests might run succesfully or with some failures.")
212
}
213
214
junit '**/e2e/**/*.xml'
0 commit comments