-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: violation-comments-to-github-plugin
-
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