diff --git a/jenkins/pipeline-templates/02multiple-steps b/jenkins/pipeline-templates/02multiple-steps index 3f7d6d1..c0b540d 100644 --- a/jenkins/pipeline-templates/02multiple-steps +++ b/jenkins/pipeline-templates/02multiple-steps @@ -1,5 +1,5 @@ pipeline { - agent any + agent NewWindows stages { stage('Build') { steps { @@ -11,4 +11,4 @@ pipeline { } } } -} \ No newline at end of file +}