You could try to add a sleep 3
or something similar in after.sh.erb
. If you look at job_script_content.sh
you’ll see the execution flow. after.sh.erb
is invoked after the script, but before it creates the yml that will show the connect button. So I think this is the spot to wait/sleep/verify before moving on.