1 2 3 4 5 6 7 8
if (utils.scm_checkout()) return bc = new BuildConfig() bc.nodetype = 'linux' bc.build_mode = 'example' bc.build_cmds = ["echo hello"] matrix = [bc] utils.run(matrix)