Skip to content

Commit d742f33

Browse files
committed
Temporarily disabling 10.0-9 regression tests
Trying to reproduce failures on nightly build
1 parent a9b14d1 commit d742f33

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

Jenkinsfile

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -141,22 +141,5 @@ pipeline{
141141
}
142142
}
143143
}
144-
stage('regressions-10.0-9'){
145-
when{
146-
allOf{
147-
branch 'develop'
148-
expression {return params.regressions}
149-
}
150-
}
151-
steps{
152-
runtests('Release','10.0-9.5')
153-
junit '**/build/**/TEST*.xml'
154-
}
155-
post{
156-
unsuccessful{
157-
sendMail params.Email,'<h3>Some Tests Failed on Released 10.0-9.5 ML Server Single Node </h3><h4><a href=${JENKINS_URL}/blue/organizations/jenkins/java-client-api-regression/detail/$JOB_BASE_NAME/$BUILD_ID/tests><font color=red>Check the Test Report</font></a></h4><h4><a href=${RUN_DISPLAY_URL}>Check the Pipeline View</a></h4><h4> <a href=${BUILD_URL}/console> Check Console Output Here</a></h4><h4>Please create bugs for the failed regressions and fix them</h4>',false,'${STAGE_NAME} on develop against ML 10.0-9.5 Failed'
158-
}
159-
}
160-
}
161144
}
162145
}

0 commit comments

Comments
 (0)