Try to fix Jenkins
Some checks failed
Tests / Clang total: 1533, passed: 1533
Clang |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
Tests / Debug total: 1531, passed: 1531
weaselab/conflict-set/pipeline/head There was a failure building this commit

This commit is contained in:
2024-07-12 13:38:11 -07:00
parent 41e887c358
commit d0bd293f8d

2
Jenkinsfile vendored
View File

@@ -48,7 +48,7 @@ pipeline {
recordIssues(tools: [clang()]) recordIssues(tools: [clang()])
} }
} }
stage('Clang - debug') { stage('Debug') {
agent { agent {
dockerfile { dockerfile {
args '-v /home/jenkins/ccache:/ccache' args '-v /home/jenkins/ccache:/ccache'