diff options
-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) |