gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Implement and test JenkinsService

Open mucst opened this issue 4 years ago • 2 comments

Implement JenkinsService

mucst avatar Jul 28 '21 14:07 mucst

@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.

mucst avatar Jul 28 '21 15:07 mucst

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.

jabby avatar Sep 06 '21 17:09 jabby