3
This commit is contained in:
@@ -15,7 +15,7 @@ class SDK {
|
|||||||
steps.checkout steps.scm
|
steps.checkout steps.scm
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
println "Error: ${e.getMessage()}"
|
steps.println "Error: ${e.getMessage()}"
|
||||||
} finally {
|
} finally {
|
||||||
}
|
}
|
||||||
//steps.print("Finally")
|
//steps.print("Finally")
|
||||||
@@ -41,6 +41,7 @@ class SDK {
|
|||||||
blackList: ["android"]
|
blackList: ["android"]
|
||||||
)
|
)
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
steps.println "Error: ${e.getMessage()}"
|
||||||
} finally {
|
} finally {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user