Index: build/build.sh =================================================================== diff -u -r82df32363be8cccbbd13d1d96c14d334b909fd4c -r236cd81302962465f1581712244c7eb24dba78f1 --- build/build.sh (.../build.sh) (revision 82df32363be8cccbbd13d1d96c14d334b909fd4c) +++ build/build.sh (.../build.sh) (revision 236cd81302962465f1581712244c7eb24dba78f1) @@ -35,8 +35,9 @@ pro_build=$pro_release out_path="build" -setBuildVariables $buildType $buildNumber -REMOTE_DIR=$(getRemoteCopyAddress $timeStamp "DEN_UI") +setBuildVariables ${buildSpecs[@]} +REMOTE_DIR=$(getRemoteCopyAddress "DEN_UI") +STATUS_REPORT=$REMOTE_DIR/StatusReport REPORT=Report # Get the build variables @@ -122,6 +123,8 @@ if [[ $(grep "error:" $build_err) != "" ]]; then echo "ERROR: Application Build Failed [$gcc_out]" exit 2 +else + echo "Build, Passed" >> $STATUS_REPORT fi if [[ $(grep "warning:" $build_err) != "" ]]; then