servicenow/ServiceNow CI/CD Publish App
Publishes the specified application to the application repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Application version to publish | no | — |
| devNotes | Developer notes to store with the application. | no | — |
| versionTemplate | Version template ( like 2.4 ). | no | — |
| versionFormat | exact, detect, autodetect, template | no | — |
| incrementBy | Increment version level, should be positive or zero, Default: 1. | no | — |
| isAppCustomization | If true, require appSysID instead of appScope | no | — |
Outputs
| name | description |
|---|---|
| rollbackVersion | Rollback version |
| newVersion | Incremented version |