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
Breaking API change: The method loadScript (which used to load and run a script by its path) is renamed to runScript, returning the return value of runned script. New loadScript method only loads the script returning the Script object without running. Valid for PipelineTestHelper and BasePipelineTest APIs.
Breaking API change: Remove boolean parameter from testNonRegression, use -Dpipeline.stack.write=true JVM parameter