Skip to content

Commit 29b4a71

Browse files
committed
2293 json - generated
1 parent c72e604 commit 29b4a71

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

  • server/libs/modules/components/jenkins/src/test/resources/definition

server/libs/modules/components/jenkins/src/test/resources/definition/jenkins_v1.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"beforeTimeoutResume": null,
77
"deprecated": null,
88
"description": "Creates a new job.",
9-
"help": null,
9+
"help": {
10+
"body": "",
11+
"learnMoreUrl": "https://docs.bytechef.io/reference/components/jenkins_v1#create-job"
12+
},
1013
"metadata": null,
1114
"name": "createJob",
1215
"outputDefinition": null,
@@ -35,7 +38,7 @@
3538
"type": "STRING"
3639
}, {
3740
"advancedOption": null,
38-
"controlType": "TEXT",
41+
"controlType": "TEXT_AREA",
3942
"defaultValue": null,
4043
"description": "Content of the config.xml file.",
4144
"displayCondition": null,
@@ -89,7 +92,7 @@
8992
"type": "STRING"
9093
}, {
9194
"advancedOption": null,
92-
"controlType": "TEXT",
95+
"controlType": "TEXT_AREA",
9396
"defaultValue": null,
9497
"description": "Content of the config.xml file.",
9598
"displayCondition": null,
@@ -211,14 +214,20 @@
211214
"type": "BASIC_AUTH"
212215
} ],
213216
"baseUri": { },
214-
"help": null,
217+
"help": {
218+
"body": "",
219+
"learnMoreUrl": "https://docs.bytechef.io/reference/components/jenkins_v1#connection-setup"
220+
},
215221
"processErrorResponse": null,
216222
"properties": null,
217223
"test": null,
218224
"version": 1
219225
},
220226
"customAction": true,
221-
"customActionHelp": null,
227+
"customActionHelp": {
228+
"body": "",
229+
"learnMoreUrl": "https://www.jenkins.io/doc/book/using/remote-access-api/"
230+
},
222231
"description": "Jenkins is leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.",
223232
"icon": "path:assets/jenkins.svg",
224233
"metadata": null,
@@ -232,7 +241,10 @@
232241
"deprecated": null,
233242
"description": "Triggers when job statuses are changed.",
234243
"dynamicWebhookRefresh": null,
235-
"help": null,
244+
"help": {
245+
"body": "",
246+
"learnMoreUrl": "https://docs.bytechef.io/reference/components/jenkins_v1#new-job-status-notification"
247+
},
236248
"listenerDisable": null,
237249
"listenerEnable": null,
238250
"name": "newJobStatusNotification",

0 commit comments

Comments
 (0)