gitlab4j / gitlab4j-api

GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API
MIT License
1.06k stars 460 forks source link

Jenkins CI missing from ServicesApi #720

Open mucst opened 3 years ago

mucst commented 3 years ago

Reading and writing Jenkins CI settings are missing from the ServicesAPI.

mucst commented 3 years ago

@jabby can you confirm that from an implementation perspective JenkinsService (like JiraService) needs to be created and used in the ServicesApi?

jabby commented 3 years ago

Hello @hu-tmx I missed your message. Yes we need to add Jenkins CI the same way it is done for other services. Can you provide a PR for this modification?

mucst commented 3 years ago

I will try to do so once I find the time