It's becoming common for the "drydock run command" step to look something like this in our build plans:
/mnt/high_value/PIT-PSC-1/scratch/bschmersal/multi.py --notify @bschmersal -- /mnt/high_value/PIT-PSC-1/scratch/bschmersal/deploy.py -d /mnt/high_value/PIT-PSC-1/vnv_vault/ci -e -m '*CI' -A -F pit_testing,new_stanton -S SDV -c "${buildable.commit}" -B "${build.id}" -T "${target.phid}" -P "${repository.phid}" -V "${buildable.revision}" -D "${buildable.diff}"
It would be much more convenient if these were environment variables instead.