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 6d03143 commit 10d8cd8Copy full SHA for 10d8cd8
zorg/jenkins/jobs/jobs/lldb-statistics
@@ -34,7 +34,7 @@ pipeline {
34
parameters {
35
string(name: 'LABEL', defaultValue: params.LABEL ?: 'macos-x86_64', description: 'Node label to run on')
36
string(name: 'GIT_SHA', defaultValue: params.GIT_REVISION ?: '*/release/19.x', description: 'Git commit to build.')
37
- string(name: 'ARTIFACT', defaultValue: params.ARTIFACT ?: 'llvm.org/lldb-cmake/latest', description: 'Clang/LLDB artifact to use')
+ string(name: 'ARTIFACT', defaultValue: params.ARTIFACT ?: 'lldb-cmake/latest', description: 'Clang/LLDB artifact to use')
38
booleanParam(name: 'CLEAN', defaultValue: params.CLEAN ?: false, description: 'Wipe the build directory?')
39
}
40
0 commit comments