-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Feature: Add option for single triggered job #305
Feature: Add option for single triggered job #305
Conversation
- Add global feature to restrict jenkins instance to one (remote) triggerable job only
@solarlodge thank you for the PR. can you tell me something more about this feature? Tnx |
@cdelmonte-zg Sure :)
To realize this we had to at plugin's site:
|
@solarlodge All right, this is an interesting idea. Perhaps you would like to describe it in the readme and in the docs (a copy and paste from the readme is fine) https://github.com/jenkinsci/bitbucket-push-and-pull-request-plugin/blob/master/docs/index.md ? This would give more context to other users interested in this feature... |
@cdelmonte-zg You're absolutely right m( |
Hi @solarlodge, is your jenkins version >= 2.361.4? I'm asking because I'm updating the plugin to work with Java 17 Otherwise, if your Jenkins version is < 2.361.4, I'll schedule an extra release, say the 2.9.0, before I release the 3.0.0. |
@cdelmonte-zg It's Jenkins 2.414.2 (LTS). According to the jenkins java support policy it shouldn't be an issue :) |
Testing done
Submitter checklist