Skip to content

Commit

Permalink
remove jruby task type
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdickson6 committed May 7, 2024
1 parent 9bff607 commit bc5b109
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 319 deletions.
44 changes: 0 additions & 44 deletions components/examples/taskJruby.json

This file was deleted.

45 changes: 0 additions & 45 deletions components/examples/taskJrubySuccess.json

This file was deleted.

59 changes: 0 additions & 59 deletions components/examples/taskTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,65 +1514,6 @@
}
]
},
{
"id": 25,
"code": "jrubyTask",
"name": "jRuby Script",
"category": "script",
"description": null,
"scriptable": true,
"enabled": true,
"hasResults": true,
"allowExecuteLocal": true,
"allowExecuteRemote": false,
"allowExecuteResource": false,
"allowLocalRepo": false,
"allowRemoteKeyAuth": null,
"optionTypes": [
{
"id": 2359,
"name": "Ruby",
"description": null,
"code": "rubyScript",
"fieldName": "rubyScript",
"fieldLabel": "Script",
"fieldCode": "gomorpheus.optiontype.Script",
"fieldContext": "taskOptions",
"fieldGroup": null,
"fieldClass": null,
"fieldAddOn": null,
"fieldComponent": null,
"fieldInput": null,
"placeHolder": null,
"verifyPattern": null,
"helpBlock": null,
"helpBlockFieldCode": null,
"defaultValue": null,
"optionSource": null,
"optionSourceType": null,
"optionList": null,
"type": "file-content",
"advanced": false,
"required": false,
"exportMeta": false,
"editable": false,
"creatable": true,
"config": {},
"displayOrder": 0,
"wrapperClass": null,
"enabled": true,
"noBlank": false,
"dependsOnCode": null,
"visibleOnCode": null,
"requireOnCode": null,
"contextualDefault": false,
"displayValueOnDetails": null,
"showOnCreate": null,
"showOnEdit": null,
"localCredential": null
}
]
},
{
"id": 4,
"code": "containerScript",
Expand Down
43 changes: 2 additions & 41 deletions components/examples/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,45 +552,6 @@
"dateCreated": "2022-08-04T13:53:03Z",
"lastUpdated": "2022-08-04T13:53:03Z"
},
{
"id": 888,
"accountId": 1,
"name": "8. jruby",
"code": null,
"taskType": {
"id": 25,
"code": "jrubyTask",
"name": "jRuby Script"
},
"visibility": "private",
"labels": [],
"taskOptions": {
"localScriptGitRef": null,
"port": null,
"host": null,
"sshKey": null,
"localScriptGitId": null,
"username": null,
"password": null,
"passwordHash": null
},
"file": {
"id": 1065,
"sourceType": "local",
"contentRef": null,
"contentPath": null,
"repository": null,
"content": null
},
"resultType": null,
"executeTarget": "local",
"retryable": false,
"retryCount": 5,
"retryDelaySeconds": 10,
"allowCustomConfig": false,
"dateCreated": "2022-08-04T13:53:15Z",
"lastUpdated": "2022-08-04T13:53:15Z"
},
{
"id": 891,
"accountId": 1,
Expand Down Expand Up @@ -628,8 +589,8 @@
],
"meta": {
"offset": 0,
"max": 17,
"size": 17,
"max": 16,
"size": 16,
"total": 62
}
}
1 change: 0 additions & 1 deletion components/parameters/taskTypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ schema:
- groovyTask
- httpTask
- javascriptTask
- jrubyTask
- containerScript
- containerTemplate
- localScript
Expand Down
114 changes: 0 additions & 114 deletions components/schemas/taskJrubyConfig.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions paths/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ get:
- $ref: ../components/schemas/taskGroovyConfig.yaml
- $ref: ../components/schemas/taskHttpConfig.yaml
- $ref: ../components/schemas/taskJavaConfig.yaml
- $ref: ../components/schemas/taskJrubyConfig.yaml
- $ref: ../components/schemas/taskLibraryScriptConfig.yaml
- $ref: ../components/schemas/taskLibraryTemplateConfig.yaml
- $ref: ../components/schemas/taskNestedWorkflowConfig.yaml
Expand Down Expand Up @@ -108,7 +107,6 @@ post:
- groovyTask
- httpTask
- javascriptTask
- jrubyTask
- containerScript
- containerTemplate
- localScript
Expand Down Expand Up @@ -218,7 +216,6 @@ post:
- $ref: ../components/schemas/taskGroovyConfig.yaml
- $ref: ../components/schemas/taskHttpConfig.yaml
- $ref: ../components/schemas/taskJavaConfig.yaml
- $ref: ../components/schemas/taskJrubyConfig.yaml
- $ref: ../components/schemas/taskLibraryScriptConfig.yaml
- $ref: ../components/schemas/taskLibraryTemplateConfig.yaml
- $ref: ../components/schemas/taskNestedWorkflowConfig.yaml
Expand Down Expand Up @@ -252,9 +249,6 @@ post:
Task Response - Create Java:
value:
$ref: ../components/examples/taskJavaSuccess.json
Task Response - Create JRuby:
value:
$ref: ../components/examples/taskJrubySuccess.json
Task Response - Create Library Script:
value:
$ref: ../components/examples/taskLibraryScriptSuccess.json
Expand Down
Loading

0 comments on commit bc5b109

Please sign in to comment.