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
It will be useful to have the possibility to trigger a job with a dedicated issue label, like you already do with the issue comments.
In order to declare something like
pipeline { triggers { issueLabelTrigger('.*my-label.*') } }
https://github.com/jenkinsci/pipeline-github-plugin#triggers
The text was updated successfully, but these errors were encountered:
Maybe this should be closed in favor of the more general enhancement by #91?
Sorry, something went wrong.
I've added support for this on my PR #121 if you go here https://ci.jenkins.io/job/Plugins/job/pipeline-github-plugin/job/PR-121/4/artifact/org/jenkins-ci/plugins/pipeline-github/2.8-151.33e86903fbb8/pipeline-github-2.8-151.33e86903fbb8.hpi you can download a version of this plugin with that included.
Let me know if it works!
No branches or pull requests
It will be useful to have the possibility to trigger a job with a dedicated issue label, like you already do with the issue comments.
In order to declare something like
https://github.com/jenkinsci/pipeline-github-plugin#triggers
The text was updated successfully, but these errors were encountered: