github-integration-plugin icon indicating copy to clipboard operation
github-integration-plugin copied to clipboard

Symbol collision with `tag` keyword

Open rbjorklin opened this issue 5 years ago • 0 comments

Using this plugin seems to introduce a symbol collision with the tag keyword described in the when section.

The collision in question is between these two: https://github.com/KostyaSha/github-integration-plugin/blob/master/github-pullrequest-plugin/src/main/java/com/github/kostyasha/github/integration/multibranch/handler/GitHubTagHandler.java#L115 https://github.com/jenkinsci/pipeline-model-definition-plugin/blob/df9862e385faba147f9e1665309fafe7b3f02452/pipeline-model-definition/src/main/java/org/jenkinsci/plugins/pipeline/modeldefinition/when/impl/TagConditional.java#L89

Initial report in JENKINS-61099.

rbjorklin avatar May 15 '20 16:05 rbjorklin