fluent_cicd
Drive ServiceNow CI/CD by installing or publishing app versions and running ATF test suites from a promotion pipeline.
Instructions
Run ServiceNow CI/CD operations via the SDK (now-sdk cicd, new in @servicenow/sdk 4.10). Drive scoped-app install/publish and ATF test-suite runs from a promotion pipeline, outside the local build/install flow. REQUIRES FLUENT_ENABLED=true and WRITE_ENABLED=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | App scope, e.g. x_acme_app (required for action=publish) | |
| action | Yes | install a published app version, publish an app scope to the app repo, or run an ATF test suite | |
| appSysId | No | App sys_id (required for action=install) | |
| appVersion | No | App version, e.g. 1.0.0 (install/publish) | |
| testSuiteName | No | ATF test suite name (required for action=testsuite) |