7ffb27c7d5
Resolve regression caused by I5369a0d35be4bf8b3b197a51e60aba21b5742cc7 preventing run_scripts() from successfully running against the remote Jenkins instance. Switching data to a dictionary and passing the script string without quote() appears to allow the script to successfully run. Add a magic string ')]}.' as an indicator of if the groovy script successfully passed or failed. In theory if the groovy script failed perhaps due to syntax error or some other reason the magic string will not be printed and we can assume failure. Change-Id: Ibaffb768ea82c76b44ec5a6cccde8563afe1783f Signed-off-by: Thanh Ha <zxiiro@linux.com>