Skip to content

Commit

Permalink
Merge pull request #11240 from mingshewhe/feat_10576
Browse files Browse the repository at this point in the history
feat:流水线变量语法支持两种风格 #10576
  • Loading branch information
mingshewhe authored Nov 21, 2024
2 parents c4af3cb + bd4864c commit 00cd620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract class ITask {

companion object {
// 有的插件输出的变量会带taskId,taskId包含-,所以需要保留
private const val ENGLISH_NAME_PATTERN = "[A-Za-z_][A-Za-z_0-9.-]*"
private const val ENGLISH_NAME_PATTERN = "[A-Za-z_0-9.-]*"
}

fun run(
Expand Down

0 comments on commit 00cd620

Please sign in to comment.