summaryrefslogtreecommitdiff
path: root/Jenkinsfile
blob: 9af5644dcc295fe8bdca1682faebf6be2a9797b4 (plain) (blame)
1
2
3
4
5
6
7
8
if (utils.scm_checkout()) return

bc = new BuildConfig()
bc.nodetype = 'master'
bc.build_mode = 'example'
bc.build_cmds = ["echo hello"]
matrix = [bc]
utils.run(matrix, concurrent=false)