We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cb1f9 commit dd4c427Copy full SHA for dd4c427
jenkins/GenerateLock.groovy
@@ -52,7 +52,7 @@ def generate()
52
sh "git config --global --add safe.directory ${env.WORKSPACE}"
53
sh "git config --global user.email \"[email protected]\""
54
sh "git config --global user.name \"TensorRT LLM\""
55
- trtllm_utils.checkoutSource(LLM_REPO, params.llmBranch, env.WORKSPACE, false, true)
+ trtllm_utils.checkoutSource(LLM_REPO, params.branchName, env.WORKSPACE, false, true)
56
sh "python3 --version"
57
sh "curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 python3 -"
58
sh "cd ${env.WORKSPACE}"
0 commit comments