* Fix SAT Fix how cache is used in this connector. Fix pattern field in spec file. Remove unused fields from invalid_config.json and sample_config.json files. * Update docs * Use cache from CDK * Bump connector's version + update docs
8 lines
169 B
JSON
8 lines
169 B
JSON
{
|
|
"api_url": "gitlab.com",
|
|
"private_token": "<user`s_private_token>",
|
|
"groups": "new-group",
|
|
"projects": "new-ci-test",
|
|
"start_date": "2021-01-01T00:00:00Z"
|
|
}
|