File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: step-type
22version : ' 1.0'
33metadata :
44 name : service-now
5- version : 1.4.0
5+ version : 1.4.1
66 isPublic : true
77 description : Integration with ServiceNow Change Management
88 sources :
8686 },
8787 "SN_IMAGE_VERSION": {
8888 "type": "string",
89- "default": "1.4.0 ",
89+ "default": "1.4.1 ",
9090 "description": "Version of the ServiceNow image to use, Docker image tag."
9191 },
9292 "SN_INSTANCE": {
@@ -116,7 +116,8 @@ spec:
116116 },
117117 "STD_CR_TEMPLATE": {
118118 "type": "string",
119- "description": "name of a Standard Change template. Using this parameter will open a Standard Change (pre-approved) instead of a normal one."
119+ "description": "name of a Standard Change template. Using this parameter will open a Standard Change (pre-approved) instead of a normal one.",
120+ "default": ""
120121 },
121122 "CR_CONFLICT_POLICY": {
122123 "type": "string",
You can’t perform that action at this time.
0 commit comments