Skip to content

Commit

Permalink
bug: dependon开启质量红线不生效 TencentBlueKing#3018
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Nov 24, 2020
1 parent 725dc28 commit 9589854
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -141,7 +141,8 @@ object QualityUtils {
jobControlOption = container.jobControlOption,
mutexGroup = container.mutexGroup,
dispatchType = container.dispatchType,
showBuildResource = container.showBuildResource
showBuildResource = container.showBuildResource,
jobId = container.jobId
)
}
is NormalContainer -> {
Expand All @@ -158,7 +159,8 @@ object QualityUtils {
conditions = container.conditions,
canRetry = container.canRetry,
jobControlOption = container.jobControlOption,
mutexGroup = container.mutexGroup
mutexGroup = container.mutexGroup,
jobId = container.jobId
)
}
else -> {
Expand Down Expand Up @@ -460,4 +462,4 @@ object QualityUtils {
}
}
}
}
}

0 comments on commit 9589854

Please sign in to comment.