I am trying to figure out if within a specific Jenkins Freestyle job the build steps are executed in parallel or sequentially. I am using Jenkins to schedule some batch files, but I have some dependencies between the tables generated from one to another. I want to order them to run sequentially so that one finishes before another one starts. This might be the default, but I'm new to using Jenkins and all of my google searches have only resulted in posts about pipelines and not executing multiple build steps within a singular job.
Thanks