Skip to content

Commit

Permalink
feat: execute post run script before scraping field
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Oct 5, 2023
1 parent a919e19 commit d54547c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ spec:
description: 'Environment variables passed to executor. Deprecated:
use Basic Variables instead'
type: object
executePostRunScriptBeforeScraping:
description: execute post run script before scraping (prebuilt
executor only)
type: boolean
executionLabels:
additionalProperties:
type: string
Expand Down Expand Up @@ -523,6 +527,10 @@ spec:
description: 'Environment variables passed to executor. Deprecated:
use Basic Variables instead'
type: object
executePostRunScriptBeforeScraping:
description: execute post run script before scraping (prebuilt
executor only)
type: boolean
executionResult:
description: execution result returned from executor
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,10 @@ spec:
description: 'Environment variables passed to executor. Deprecated:
use Basic Variables instead'
type: object
executePostRunScriptBeforeScraping:
description: execute post run script before scraping (prebuilt
executor only)
type: boolean
executionLabels:
additionalProperties:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,10 @@ spec:
description: 'Environment variables passed to
executor. Deprecated: use Basic Variables instead'
type: object
executePostRunScriptBeforeScraping:
description: execute post run script before scraping
(prebuilt executor only)
type: boolean
executionResult:
description: execution result returned from executor
properties:
Expand Down Expand Up @@ -945,6 +949,10 @@ spec:
description: 'Environment variables passed to executor.
Deprecated: use Basic Variables instead'
type: object
executePostRunScriptBeforeScraping:
description: execute post run script before scraping
(prebuilt executor only)
type: boolean
executionResult:
description: execution result returned from executor
properties:
Expand Down

0 comments on commit d54547c

Please sign in to comment.