You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There empty line being included as part of commands so for example if we have:
pre: | cmd1 cmd2 cmd3
Then this would cause pre field to return as [cmd1, cmd2, "", cmd3] causing an error
[2023-02-02T16:09:05.139Z] # [COMMANDS] [kiegroup/kogito-examples]
[2023-02-02T16:09:05.139Z] [INFO] NOT OK [Executed in 0.811592 ms]
[2023-02-02T16:09:05.139Z] [ERROR] Parameter 'commandLine' cannot be null or empty.
The text was updated successfully, but these errors were encountered:
There empty line being included as part of commands so for example if we have:
Then this would cause pre field to return as
[cmd1, cmd2, "", cmd3]
causing an errorThe text was updated successfully, but these errors were encountered: