mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	Merge pull request #23936 from mml/storage-url
Stop using storage.cloud.google.com in test logs.
This commit is contained in:
		| @@ -54,7 +54,7 @@ readonly artifacts_path="${WORKSPACE}/_artifacts" | ||||
| readonly gcs_job_path="${JENKINS_GCS_LOGS_PATH}/${JOB_NAME}" | ||||
| readonly gcs_build_path="${gcs_job_path}/${BUILD_NUMBER}" | ||||
| readonly gcs_acl="public-read" | ||||
| readonly results_url=${gcs_build_path//"gs:/"/"https://storage.cloud.google.com"} | ||||
| readonly results_url=${gcs_build_path//"gs:/"/"https://console.cloud.google.com/storage/browser"} | ||||
| readonly timestamp=$(date +%s) | ||||
|  | ||||
| function upload_version() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Grafton
					Jeff Grafton