summaryrefslogtreecommitdiff
path: root/Jenkinsfile
blob: e111e28e1a21d01ebfc84a1b4f48f34c189caba0 (plain) (blame)
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)