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

//dc = new DataConfig()
//dc.insert('test', '{"test":"alive"}')

bc = new BuildConfig()
bc.nodetype = 'linux'
bc.build_mode = 'sandbox'
bc.build_cmds = ["echo hello"]
//bc.test_artifacts = dc

utils.run(bc)