You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
fix stop
This commit is contained in:
@@ -38,14 +38,14 @@ class WithCoverage implements Serializable {
|
||||
|
||||
body()
|
||||
|
||||
CoverageUtils.stopCoverage(steps, config, context)
|
||||
|
||||
steps.stash(stage.getCoverageStashName(), stage.getCoverageStashPath(), true)
|
||||
|
||||
} catch (Exception e) {
|
||||
throw new Exception("При выполнении блока произошла ошибка: ${e}")
|
||||
} finally {
|
||||
|
||||
CoverageUtils.stopCoverage(steps, config, context)
|
||||
|
||||
String pidsFilePath = "build/${stage.getStageSlug()}-pids"
|
||||
|
||||
def pids = ""
|
||||
|
Reference in New Issue
Block a user