Hi
How do you check if the build was successful or not? Does PBAutobuild return value like 0 = OK, other values = the error number?
Is it described somewhere? I haven't found it.
Thank you
Hi
How do you check if the build was successful or not? Does PBAutobuild return value like 0 = OK, other values = the error number?
Is it described somewhere? I haven't found it.
Thank you
I guessed that 0 means OK. Do you know another codes? Do you know if a warning generates also ERRORLEVEL different than 0?
Thank you
After PBAutobuild finishes, it’s supported to get the result by using ErrorLevel, which only has two values: 0 stands for success, 1 stands for failure.
There is no other error code. If you wants to know about the detailed error, we suggest you can check the PBAutobuild Error Log file.
We will add this to the PB Help document.
Regards,
Ken