Welcome to the Jazz Community Forum
Wrong Server(Selector)

I have a job which is failing because it is being sent to the wrong server, which is shown as the "Default" server. If I disable this incorrect server, the job goes to the correct server and completes okay.
How can I "undesignate" this default server or else specify where to send the job? The selector for both the project and the step are correct - meaning that the right one is selected, rather than "Default".
Thanks,
John Bobinyec
How can I "undesignate" this default server or else specify where to send the job? The selector for both the project and the step are correct - meaning that the right one is selected, rather than "Default".
Thanks,
John Bobinyec
3 answers

create another selector that will pick this "correct server", and set that selector at the step level.
Okay. I've created a new selector which goes to the right server at the step level. When the bad server is disabled, the job goes to the correct server and completes okay. When the bad server is not disabled, the job goes to the bad server as the default, and the job errors out.
What's wrong?
Thanks,
John Bobinyec

your selector is returning both servers, and the wrong one is at the top of the list. you need to be more specific in your selector.
If you REALLY want it to run on this one specific box, use BF_NAME EQ "servername" (where that "servername" is the name of the buildforge server object).
If you REALLY want it to run on this one specific box, use BF_NAME EQ "servername" (where that "servername" is the name of the buildforge server object).