Contextual variables for config data
Contextual variables are out-of-the-box variables delivered by ServiceNow that enable you to use the context of a node to define a variable.
중요사항:
DevOps Config is now deprecated and no longer supported or available for new activation.
For example: CollectionA has defined these variables:
- "environment": "(#DEPLOYABLE.ENVIRONMENT_TYPE#)"
- "deployable": "(#DEPLOYABLE.NAME#)"
When you add the collection to a deployable, these variables are set to the values defined in the context, which would be the environment type and name of the deployable for CollectionA.
The available out-of-the-box contextual variables are:
| Variable | Description |
|---|---|
| NAME | Name of the node. |
| APPLICATION.NAME | Name of the application. |
| DEPLOYABLE.NAME | Name of the deployable. |
| DEPLOYABLE.ENVIRONMENT_TYPE | Environment type of the deployable. |
| COLLECTION.NAME | Name of the collection. |
| FULL_PATH | The full file path of the collection. |
| RELATIVE_PATH | The file path of the collection, relative to the deployable. |
| RELATIVE_PARENT_PATH | The file path of the parent to the node. |