There is a server with Gitlab and Jenkins.
I want to get the following scheme:
- Someone is creating a Jenkinsfile repository in
Jenkinsfile. - Gitlab informs Jenkins that a new repository has appeared.
- Jenkins goes to Gitlab and scans a specific group for new repositories, and automatically creates a build task for the new one.
Jenkins has Gitlab and Gitlab Hook plugins installed. But here in Gitlab I could not find the Jenkins CI service (as it is called in the Gitlab documentation) with the Multi-project option.
Apparently the documentation is ancient, and this service was cut out.
How to implement this scheme?