We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tag
Using this plugin seems to introduce a symbol collision with the tag keyword described in the when section.
when
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using this plugin seems to introduce a symbol collision with the
tag
keyword described in thewhen
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.
The text was updated successfully, but these errors were encountered: