Attempt to differentiate children with codebase
This commit is contained in:
parent
514c584609
commit
0920807624
|
@ -218,6 +218,7 @@ def trigger_child_hooks(buildbotUrl: str, repository, branch, revision,
|
||||||
"author": "buildbot_multibuild",
|
"author": "buildbot_multibuild",
|
||||||
"repository": repository,
|
"repository": repository,
|
||||||
"project": "/".join(repository.split("/")[-2:]),
|
"project": "/".join(repository.split("/")[-2:]),
|
||||||
|
"codebase": job,
|
||||||
}
|
}
|
||||||
|
|
||||||
retval = requests.post(request_url, headers=request_headers,
|
retval = requests.post(request_url, headers=request_headers,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user