Commit 52f758e3 authored by Joe Finney's avatar Joe Finney

Add NODE_NAME to started.json.

parent 92899073
...@@ -85,7 +85,8 @@ function upload_version() { ...@@ -85,7 +85,8 @@ function upload_version() {
gsutil -q -h "Content-Type:application/json" cp -a "${gcs_acl}" <( gsutil -q -h "Content-Type:application/json" cp -a "${gcs_acl}" <(
echo "{" echo "{"
echo " \"version\": \"${version}\"," echo " \"version\": \"${version}\","
echo " \"timestamp\": ${timestamp}" echo " \"timestamp\": ${timestamp},"
echo " \"jenkins-node\": \"${NODE_NAME:-}\""
echo "}" echo "}"
) "${json_file}" || continue ) "${json_file}" || continue
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment