I have internal setup gitlab server. I want to run separate ant script and create a project in that gitlab server. (without creating new project in gitlab UI)
In the ant i can use exec executable and run the bash commands.
And also how to send the Visibility Level and other parameters to gitlab server to create the project?