3
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user