Skip to content

Commit dd4c427

Browse files
committed
minor fix
Signed-off-by: Yuanjing Xue <[email protected]>
1 parent 78cb1f9 commit dd4c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/GenerateLock.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def generate()
5252
sh "git config --global --add safe.directory ${env.WORKSPACE}"
5353
sh "git config --global user.email \"[email protected]\""
5454
sh "git config --global user.name \"TensorRT LLM\""
55-
trtllm_utils.checkoutSource(LLM_REPO, params.llmBranch, env.WORKSPACE, false, true)
55+
trtllm_utils.checkoutSource(LLM_REPO, params.branchName, env.WORKSPACE, false, true)
5656
sh "python3 --version"
5757
sh "curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 python3 -"
5858
sh "cd ${env.WORKSPACE}"

0 commit comments

Comments
 (0)