abcuser

Results 7 issues of abcuser

Hi, I have written RestAssured code to submit a build in jenkins but i am getting 403 error code. Code: ` RestAssured.given() .contentType(ContentType.URLENC) .body("json=" + new ObjectMapper().writeValueAsString(jobBuildParameters)) .when().post(SELF_SERVICE_PROVISION_JENKINS_JOB_URL) .then().statusCode(201); `...

Hi, we have written cpp code which includes the boost library and while running with clang-tidy,we are getting an error which i am unable to fix since the error is...

Hi , I have a global clang-tidy profile in our monorepo but in a particular service i dont want to use global configuration rather i have different set of checks....

Hi, I am using `bazel run :bazel-diff -- generate-hashes --workspacePath="/home/jenkins/workspace/PROJECT" /home/jenkins/starting_hashes1.json` against a commit id to find out list of files and similarly running the same command to find the...

**Describe the bug** I have a runner and which was retried 5 times and each runner has almost 25 jobs so when i use repository.getWorkflowRun(runnerId/workflow_id), it is returning the ghWorkFlowRunner...

enhancement
more information needed

**Description** with meilisearch:v1.15.2 the doc-scrapping is failing with error: Docs-Scraper: https://gitdocs.test.com/gitdocs/chaoseng/prod/test-report.html 72 records) JSONDecodeError while adding documents for https://gitdocs.test.com/gitdocs/testone/prod/tech-acceptance.html: Expecting value: line 1 column 1 (char 0) First record: {'anchor':...

bug
good first issue

Hi, SInce docs-scrapper is no more maintained, i am having some issues to implement document scrapping. is there any example which can guide me to achieve it using meillisearch v...