Skip to content

SetUID error handling and nobatch execution

Paul Bryant requested to merge (removed):nobatch_script_execution into master

Added error handling to the setUID() function that is utilized to build the associated command and checking for this error the first time it is invoked anywhere. In addition the command for "nobatch" has been updated to execute the script in a more GitLab like fashion using Stdin (same way the Shell executor works).

@garrett.adams will submit one more MR after this with some general cleanup

Merge request reports