Hi,
Is there a way in a script to check if a node is uptodate from a repository ?
I would like to iterate some steps on a batch of nodes that are not synced to the head revision, while leaving the others available for incoming builds
That information is not tracked. You may run a container step on each node with step execution condition scripted to run some SCM command on the node to see if it is synced to head revision.