contact javahome For online/classroom training please contact, Banglore, +919886611117
@BalakrishnanP-p5u Жыл бұрын
any possibilities take out the issues and print in excel sheet
@senthilmurugangsm4 жыл бұрын
Is there any way to get Sonar report against our feature branch changes alone, instead of entire code base. Means that, can we get the Sonar quality gate status against the git commits in build.jenkins file ?
@pradeepaselvanesan14218 ай бұрын
My Jenkins is running in HTTPS port with self signed certificate , How do I configure webhook url? With HTTPS url it is still blocked
@tamilselvan83435 жыл бұрын
Is there possible to configure Sonar webhook with jenkins
@pavan60014 жыл бұрын
Hi How can we use sonarqube scanner for php/ruby with qualitygate enabled?
@afterfridaystories4 жыл бұрын
Hi, Can anyone help me in knowing from where "sonarqube-webhook" came in the URL configured in the webhooks section of sonarqube ?
@DevOpsKey15 жыл бұрын
When i am going to integrate Jenkins and SonarQube container.
@shaikhahmed22896 жыл бұрын
Can we do the same in gtilab and AWS, if so than how?
@sachinmali15485 жыл бұрын
Hi sir, through jenkins i m pooling the code from svn repositiory. Now what i want to do is, i want to mark my build as failed if sonar quality gate is failed. How i can do this. Plz suggest.
@avinashaleti44716 жыл бұрын
Can share pipeline scripts for this example
@venkateshd1208 Жыл бұрын
My SonarQube webhook deliver status getting failed after I ran pipeline. Any idea why it's getting failed?
@JavaHomeCloud Жыл бұрын
Share exception details
@venkateshd1208 Жыл бұрын
@@JavaHomeCloud Hi I fixed the issue.
@JokeSoyombo Жыл бұрын
How, I’m having the same issue
@DevOpsKey15 жыл бұрын
12:06:03.560 INFO: EXECUTION FAILURE 12:06:03.560 INFO: ------------------------------------------------------------------------ 12:06:03.561 INFO: Total time: 1.988s 12:06:03.606 INFO: Final Memory: 7M/150M 12:06:03.606 INFO: ------------------------------------------------------------------------ 12:06:03.606 ERROR: Error during SonarQube Scanner execution 12:06:03.607 ERROR: Tasks support was removed in SonarQube 7.6. WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed? ERROR: SonarQube scanner exited with non-zero code: 1 Finished: FAILURE
@ingupro6 жыл бұрын
Thank you.
@imamhulagur37675 жыл бұрын
Can't I get sonarQube quality gate status without configuring web hook, with the help of web API?
@JavaHomeCloud5 жыл бұрын
Some times sonar analysis might take lots ob time so web hooks notifies back to jenkins Job them moment status is ready.
@JavaHomeCloud5 жыл бұрын
There might be other solutions but web hook is handy solution