Running Pipeline On Specific Agent
Edit Jenkinsfile on Github with following content, basically this code will force pipeline to only running on Windows_Agent
Click to Commit changes
You will see GOL_Pipeline automatically run due to it saw code change from Github
And from Console Output, you can see that GOL_Pipeline job is running with “Windows_Agent”