Source: factory.webhook/ObjHookBuild.py
Webhook handler that triggers a build pipeline.
Accepts a JSON payload with:
package: target package (default: active)
notify: email for build report
...
| Method | Signature | Description |
|---|---|---|
| Process | Process(payload: str = '', webhook_code: str = '', param_1: str = '', param_2: str = '', param_3: str = '', param_4: str = '', param_5: str = '', param_6: str = '', param_7: str = '', param_8: str = '') -> dict |