Input/Output parameter processing #129
Replies: 4 comments 4 replies
-
Option 1Write your own Docker Container and parse the input variable within a binary/script within this container, e.g.:
Note: This option should already work, but requires the user to modify the docker image |
Beta Was this translation helpful? Give feedback.
-
Option 2Provide some way of processing strings within job-executor-service, with some helper functions (e.g., bash scripts, golang templating, ...)
|
Beta Was this translation helpful? Give feedback.
-
Option 3Allow the user to modify/overwrite the entrypoint script
|
Beta Was this translation helpful? Give feedback.
-
I also just noticed that job-executor-service supports sending "start" and "end" in case of a test.triggered event. Implementation: job-executor-service/pkg/eventhandler/eventhandlers.go Lines 231 to 239 in 38c9f19 job-executor-service/pkg/eventhandler/eventhandlers.go Lines 134 to 136 in 38c9f19 |
Beta Was this translation helpful? Give feedback.
-
Assuming you have this incoming CloudEvent:
And you want to achieve the following using job-executor-service:
data.deployment.dataURIsLocal[0]
http
,carts.sockshop-staging
,port
)What would be the desired way of achieving this? Please comment and like/dislike the options below!
Beta Was this translation helpful? Give feedback.
All reactions