Which are benefits of binary reuse (compiling once and reusing the built artifact across the rest of the pipeline)? Choose 3 answers
Select all that apply, then click Submit answer.
-
○
guarantees the same source is tested in each environment
-
○
allows the inclusion of environment configurations into the artifact
-
○
enables selectively linking stubs and real classes representing an external interface
-
○
ensures a single version b used throughout the pipeline
-
○
allows a shorter cycle time