ci.startBuild(ci_config, postCommit, job, key, function(res, err) {
        if (!err) {
          response.writeHead(200);
          response.end("CI: Attempting Build!\n" + res);
        } else {