-
Bug
-
Resolution: Fixed
-
Minor
-
None
Hi Tomas,
I hope you are doing great.
I needed small info, basically it is the DSL code for "Violation Comments to GitHub Plugin“
Actually I have most of the below code:
##
violationsToGitHubRecorder {
createSingleFileComments(true)
createCommentWithAllSingleFileComments(false)
repositoryName(repoName)
repositoryOwner(‘jen1')
password('')
username('')
oAuth2Token('')
pullRequestId('${ghprbPullId}')
gitHubUrl('https://github.inmobi.com/api/v3')
commentOnlyChangedContent(true)
usernamePasswordCredentialsId('false')
useOAuth2Token(false)
useUsernamePassword(false)
useUsernamePasswordCredentials(true)
###
However the problem is how to to add “pattern” part to it? so it get automatically comes up?
If you see the screen shot, then there is nothing coming under pattern block?
Let me know if you have any inputs to share?
Thanks,
Giiraj