Added MAKEFLAGS argument into pipeline1 build stage
Description: Added MAKEFLAGS argument into pipeline1 build stage
This change is implementing the MAKEFLAG environment variable to set up make to use multiple build jobs. This will directly improve the build speed of the containers that are building software from source utilizing the "make" application within their docker build script.
Risk
Low Risk, single environment variable change into the build stage of pipeline1. These variables are limited to the build stage's build job and not sent into any further stages.
Rollback Plan
Remove the changed line in build-args.json file that lists the MAKEFLAGS argument.
Testing
A test run of pipeline1 utilizing these changes would allow for verification of improvement in the speed of the build pipeline. Very low likelihood of breaking change due to these changes.