gitlab4j-api
gitlab4j-api copied to clipboard
Implement and test JenkinsService
Implement JenkinsService
@jabby Can you help me please?
- The GitHub workflow pipeline seems to fail due to (me) not having permission to sonar. Am I missing something?
- Jenkins tests in Travis' integration-test throws error due to "404 Not found". I suppose it is because the test-project is not created before the tests are run. Locally this test (along with the other integration tests) are normally skipped unless I pre-configure (set credentials etc) test-gitlab4j.properties AND create the test-project. However I'm surprised that on Travis the integration tests are not skipped --> how does TestServicesApi.beforeMethod() not "fail"? How is testProject not null and is successfully returned by getTestProject? Am I missing something? I think by the way a guide for local-dev setup would be nice.
I'm working on a complete chore on how unit tests and integration tests are launched. There is multiple difficulties about how tests are launched. I'm not sure I understand all ways to launch tests in this project. I hope to release my work soon.