LYN-4332 Metric jobs not passing JOB_NAME, BUILD_NUMBER, NODE_NAME, CHANGE_ID (#1190)
* Fix quotes * Revert "Fix quotes" This reverts commit 29ace5ef2bf1c78991a8cfeb840bfb30c4ce5d8d. * evaluating the parameters * Revert "Revert "Fix quotes"" This reverts commit 4f7008e9ccbd5fdc0b33853a4fb1f50285233da9. * just one eval * double escaping * another attempt to happiness * changing NODE_NAME to LABEL_NAME since that one is more stable and doesnt have spaces
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"COMMAND": "python_windows.cmd",
|
||||
"PARAMETERS": {
|
||||
"SCRIPT_PATH": "scripts/build/ci_build_metrics.py",
|
||||
"SCRIPT_PARAMETERS": "--platform Windows --jobname \"!JOB_NAME!\" --jobnumber \"!BUILD_NUMBER!\" --jobnode \"!NODE_NAME!\" --changelist \"!CHANGE_ID!\""
|
||||
"SCRIPT_PARAMETERS": "--platform Windows --jobname \"!JOB_NAME!\" --jobnumber \"!BUILD_NUMBER!\" --jobnode \"!NODE_LABEL!\" --changelist \"!CHANGE_ID!\""
|
||||
}
|
||||
},
|
||||
"windows_packaging_all": {
|
||||
|
||||
Reference in New Issue
Block a user