mintel / build-harness

🤖Collection of Makefiles to facilitate building Python/Golang projects, Dockerfiles, and more
Apache License 2.0
2 stars 6 forks source link

redirect stderr to /dev/null during build. #3

Closed awichmann-mintel closed 5 years ago

awichmann-mintel commented 5 years ago

Jenkins has a hard time building because the "Running..." message gets put into the -r requirements arg. example: https://jenkins.everest-shared.aws.mintel.com/blue/organizations/jenkins/lam_product_tagger_collector/detail/master/174/pipeline/

This silences the "Running..." message and everything else until the requirements list is properly generated.