You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (manager.logContains(".*Error with Test Case Management Report.*")) {
37
-
manager.createSummary("icon-error icon-xlg").appendText("Error with Test Case Management Report of at least one Environment", false, false, false, "red")
36
+
if (manager.logContains(".*Environment Creation Failed.*")) {
if (manager.logContains(".*FLEXlm Error.*") || manager.logContains(".*ERROR: Failed to obtain a license.*")) {
41
+
if (manager.logContains(".*newer version of VectorCAST*")) {
42
+
manager.createSummary("icon-error icon-xlg").appendText("Error with conflicting versions of VectorCAST and VectorCAST Project", false, false, false, "red")
43
+
buildFailed =true
44
+
manager.addBadge("icon-error icon-xlg", "Error with conflicting versions of VectorCAST and VectorCAST Project")
45
+
}
46
+
if (manager.logContains(".*FLEXlm Error.*") || manager.logContains(".*ERROR: Failed to obtain a license.*"))) {
0 commit comments