Skip to content

Commit

Permalink
feat: svn触发需要提供获取到触发路径的变量 #9402
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Oct 18, 2023
1 parent a252e6b commit a132b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class PathRegexFilter(
data class TriggerPathDepth(
val path: String, // 路径信息
val depth: Int = path.split("/").size // 深度信息
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class PathRegexFilterTest {
}

@Test
@SuppressWarnings("LongMethod")
@SuppressWarnings("LongMethod", "ComplexMethod")
fun buildFinalIncludePath() {
var pathRegexFilter = PathRegexFilter(
pipelineId = "p-8a49b34bfd834adda6e8dbaad01eedea",
Expand Down

0 comments on commit a132b05

Please sign in to comment.