diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-05 09:41:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-05 09:41:47 -0400 |
commit | b3d456a296ad835c6be44b1f93cd45b6ce55900d (patch) | |
tree | f458e50c22d70afd19565242f5ead539bc4539d1 | |
parent | de3460c0877c4d6caaf628a42400383e32ecf834 (diff) | |
download | sandbox-b3d456a296ad835c6be44b1f93cd45b6ce55900d.tar.gz |
asdfasdfasd
-rw-r--r-- | Jenkinsfile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index d3b9cab..90c6abb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,16 +1,14 @@ if (utils.scm_checkout()) return dc = new DataConfig() +dc.server_id = 'artifactory' dc.match_prefix = "(.*)_result" bc = new BuildConfig() bc.nodetype = 'linux' bc.build_mode = 'example' bc.build_cmds = ["echo hello"] -//bc.test_cmds = [ -// 'echo [{"test2":"alive2"}] > test2.json', -//] -bc.test_server_id = 'artifactory' -bc.test_artifacts = [dc] +bc.test_configs = [dc] + matrix = [bc] utils.run(matrix) |