This commit is contained in:
2023-11-19 22:33:03 +03:00
parent 6b3ea7d6f5
commit ca3983a4d9

View File

@@ -15,7 +15,7 @@ class SDK {
steps.checkout steps.scm
}
} catch (Exception e) {
println "Error: ${e.getMessage()}"
steps.println "Error: ${e.getMessage()}"
} finally {
}
//steps.print("Finally")
@@ -41,6 +41,7 @@ class SDK {
blackList: ["android"]
)
} catch (Exception e) {
steps.println "Error: ${e.getMessage()}"
} finally {
}
}