Skip to content

Commit 10d8cd8

Browse files
committed
[zorg][lldb-statistics] Try to fix artifact url
1 parent 6d03143 commit 10d8cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/jenkins/jobs/jobs/lldb-statistics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline {
3434
parameters {
3535
string(name: 'LABEL', defaultValue: params.LABEL ?: 'macos-x86_64', description: 'Node label to run on')
3636
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')
37+
string(name: 'ARTIFACT', defaultValue: params.ARTIFACT ?: 'lldb-cmake/latest', description: 'Clang/LLDB artifact to use')
3838
booleanParam(name: 'CLEAN', defaultValue: params.CLEAN ?: false, description: 'Wipe the build directory?')
3939
}
4040

0 commit comments

Comments
 (0)