We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44363da commit dbba9bbCopy full SHA for dbba9bb
buildenv/jenkins/openjdk_tests
@@ -499,6 +499,7 @@ def runTest() {
499
errorList.add(".*java.io.IOException: Cannot run program \"nohup\".*");
500
errorList.add(".*unzip: command not found.*");
501
errorList.add(".*ant: command not found.*");
502
+ errorList.add(".*ERROR: Cannot delete workspace.*");
503
504
// nightly/weekly builds should not have git clone issue
505
if (!env.JOB_NAME.contains("Grinder") && !env.JOB_NAME.contains("_Personal")) {
0 commit comments