Lab: Using other Servers as a Build Agent exercise 10

Hello, I have another exercise that is marked at failed, when in reality everything seems to work fine.

node-job config:

Job run output:

I checked the solution, and the info there is wrong.
It says that the node to be added should be node01, but that node/agent does not exist, the agent is called linux-node

In fact, if I try to use node01 as node/agent name to restrict where the job cab run, I get a warning, because that name does not exist

I wonder how often are courses are labs updated. I bought the yearly subscription and there has been no course so far where I did not find issues, errors, outdated info, etc…

Not actually a problem with the lab. The problem is what you used for the “label-expression”. If you configured the linux-node agent correctly, then its label expression is actually “node01”. You specified “linux-node”, which is not that node’s label. BAD USER!