#13 Automatic Build

1.0
pending
Ingo
None
2019-04-20
2019-03-10
Ingo
No

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)

Discussion

  • Ingo

    Ingo - 2019-04-20

    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"}
        ]
    }
    
     

    Last edit: Ingo 2019-04-20
  • Ingo

    Ingo - 2019-04-20
    • status: open --> pending
    • assigned_to: Ingo
     

Log in to post a comment.