Jenkins - Run same job on DIFFERENT machine concurrently -
here scenario problem. have 1 job plays machine host file. want run job flag(to change host) 0 , 1 concurrently.
got know jenkins plugin concurrent run may happen both job instances run on same slave , creating problem host file(different flags change/unchange file)
i looking can run both instances, on different slaves.
help needed.
thanks in advance.
throttle concurrent builds plugin - in configuration of plugin set maximum concurrent builds per node = 1
Comments
Post a Comment