For jobs that take no parameters, hitting b will now not only queue a run (by POSTing with the crumb) but also automatically navigate to that run's consoleFull link to track its progress (as soon as it's available), while falling back to retrying the request with GET if it turns out the job defined some parameters.
It would be nicer with visual feedback, but this will do for now.
For jobs that take no parameters, hitting
b
will now not only queue a run (by POSTing with the crumb) but also automatically navigate to that run'sconsoleFull
link to track its progress (as soon as it's available), while falling back to retrying the request with GET if it turns out the job defined some parameters.It would be nicer with visual feedback, but this will do for now.