From 72795ac02c3264124a6b69139c6d7882b4583840 Mon Sep 17 00:00:00 2001 From: vijaygithub45 <82328139+vijaygithub45@users.noreply.github.com> Date: Sun, 23 May 2021 08:42:52 +0530 Subject: [PATCH] Update 02multiple-steps agent NewWindows --- jenkins/pipeline-templates/02multiple-steps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}