Hi Christoph.
If I understand what you need to do you may ry:
arguments = "Hello world - I run on $ENV(HOSTNAME)"
Joe
hi, I try something maximum simple for a hands-on but: executable = /usr/bin/echo arguments = "Hello world - I run on $(HOSTNAME)" Gives me either "$(HOSTNAME)" or empty - maybe someone knows how to escape it properly to get it interpreted on the worker, returning the actual name ? Best christoph