1
0
forked from mirrors/0ad

Fix remnant from old Jenkins configuration

This commit is contained in:
Itms
2024-09-01 10:37:35 +02:00
committed by Nicolas Auvray
parent f87dfebc71
commit 670f68c1c5
+1 -1
View File
@@ -130,7 +130,7 @@ pipeline {
post {
always {
node('LinuxSlave') { ws('workspace/linux') {
node('LinuxAgent') { ws('workspace/linux') {
recordIssues enabledForFailure: true, qualityGates: [[threshold: 1, type: 'NEW']], tools: [clang(), gcc()]
}}
}