Support an automated build system by implementing a meta command, which executes several others, based on a configuration passed to it. (like passing a build job to cforge)
Merge Request on branch "13-jobs".
Sample JSON, which needs to be passed via a file as the first argument to the command "job":
{ "project" : "tol/cforge", "user" : "test", "pass" : "test", "actions" : [ { "cmd" : "build", "repo" : "tol,cforge,code"} ] }
Log in to post a comment.
Merge Request on branch "13-jobs".
Sample JSON, which needs to be passed via a file as the first argument to the command "job":
Last edit: Ingo 2019-04-20