Skip to content

Commit

Permalink
allow Win/MinGW stage to run on all nodes labeled windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Jun 15, 2019
1 parent ef87d10 commit 08ad271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -102,7 +102,7 @@ pipeline {
stage('Win/MinGW') {
agent {
node {
label 'windows.openmodelica.org'
label 'windows'
}
}
when {
Expand Down

0 comments on commit 08ad271

Please sign in to comment.