abcuser

Results 4 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...