Try to fix Jenkins

This commit is contained in:
2024-07-12 13:38:11 -07:00
parent 41e887c358
commit d0bd293f8d
Vendored
+1 -1
View File
@@ -48,7 +48,7 @@ pipeline {
recordIssues(tools: [clang()])
}
}
stage('Clang - debug') {
stage('Debug') {
agent {
dockerfile {
args '-v /home/jenkins/ccache:/ccache'