diff options
-rwxr-xr-x | tools/internal_ci/helper_scripts/gen_report_index.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/helper_scripts/gen_report_index.sh b/tools/internal_ci/helper_scripts/gen_report_index.sh index cda2fa92a6..0af89c331c 100755 --- a/tools/internal_ci/helper_scripts/gen_report_index.sh +++ b/tools/internal_ci/helper_scripts/gen_report_index.sh @@ -19,7 +19,7 @@ set -e # change to grpc repo root cd $(dirname $0)/../../.. -# Jenkins URLs are in form "grpc/job/macos/job/experimental/job/jtattermusch_experiment" +# Kororo URLs are in the form "grpc/job/macos/job/master/job/grpc_build_artifacts" KOKORO_JOB_PATH=$(echo "${KOKORO_JOB_NAME}" | sed "s|/|/job/|g") mkdir -p reports |