Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
BM - Editing OSCall Operation using Visual Editor not working anymore
-
Hi,
OScall function is no longer working properly from visual editor since last update BM-2022-12 (docker image).
This was working before Buildmaster 2022.10
Test case :
Create an app (blank)
Create a new otterscript script called main
In main script, try to add the Build script:- Add statement
- Search for OSCall and add Build (OSCall Build)
>> Error msg : OSCall is missing the required ScriptName argument.
Trying to add a script from Global is not working either
Editing the otter script in Text Editor and using the syntax
# Call function { OSCall Build; }
overcomes the problem : ie the main script works, but edit the OSCall block from Visual editor is not working:
Script Build does not exist.
Best regards
Philippe
-
Hi @philippe-camelio_3885 , thanks for reproting this; definitely looks like a regression of some kind. We'll get it fixed ASAP via BM-3860 -- but sounds like you found a temporary work-around for now :)