diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-03 16:31:07 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-06-03 16:31:07 -0400 |
commit | 5db703da07a4053e13554939fcad5d77b3f26684 (patch) | |
tree | 2ddd4e9973b78b6a166b0c136e1751e078ced4ba | |
parent | eb55ff9d7559b4ba62565636608b7b8489966e1c (diff) | |
download | sandbox-5db703da07a4053e13554939fcad5d77b3f26684.tar.gz |
blah
-rw-r--r-- | Jenkinsfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index ce10659..e345417 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,9 +9,10 @@ data_configs += dc bc = new BuildConfig() bc.nodetype = 'master' bc.build_mode = 'sandbox' -bc.build_cmds = [ - "echo {\"test\":\"alive2\"} > alive.json" -] +bc.build_cmds = ["echo hello"] +//bc.build_cmds = [ +// "echo {\"test\":\"alive2\"} > alive.json" +//] bc.test_artifacts = data_configs utils.run(bc) |