Skip to content
Snippets Groups Projects

Fix 'Outdated windows build agent labels'

Merged Reinhard Biegel requested to merge 277-outdated-windows-build-agent-labels into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -117,7 +117,7 @@ spec:
}
stage('Windows') {
agent {
label 'windows'
label 'windows10'
}
environment {
MSYSTEM = 'MINGW64'
Loading