1
0
forked from 0ad/0ad

Fix remnant from old Jenkins configuration

This commit is contained in:
Nicolas Auvray 2024-09-01 10:37:35 +02:00 committed by Nicolas Auvray
parent f87dfebc71
commit 670f68c1c5

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()]
}}
}