Github user LantaoJin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22678#discussion_r223966833
  
    --- Diff: dev/run-tests-jenkins.py ---
    @@ -176,7 +177,8 @@ def main():
         build_display_name = os.environ["BUILD_DISPLAY_NAME"]
         build_url = os.environ["BUILD_URL"]
     
    -    commit_url = "https://github.com/apache/spark/commit/"; + 
ghprb_actual_commit
    +    project_url = os.getenv("SPARK_PROJECT_URL", 
"https://github.com/apache/spark";)
    +    commit_url = project_url + "/commit/" + ghprb_actual_commit
    --- End diff --
    
    How about to add documentation at 
https://spark.apache.org/docs/latest/building-spark.html?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to