-
Notifications
You must be signed in to change notification settings - Fork 87
Its #34
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
Conversation
When job is null, then trigger useless.
@@ -408,6 +413,10 @@ private static boolean isSupportedTriggerMode(GitHubPRTriggerMode mode) { | |||
} | |||
} | |||
|
|||
public Job<?, ?> getJob() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this pull request! Please check this document for how the Jenkins project handles pull requests. |
@@ -0,0 +1,23 @@ | |||
package org.jenkinsci.plugins.github_integration; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages with underlines looks ugly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
either it will be under github. that will conflict with too generic github-plugin. Done in the same way as github-branchsource
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it be under .github.integration
as base package will be no conflicts i think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jenkinsci/github-branch-source-plugin#1
Logging will overlap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like rename plugin classes near some 1.0 release to exclude logging overlap between plugins. Existed code will keep as is, new under other package.
Thanks to @tfennelly for help. Workflow roundTrip still doesn't work, by i bypassed it. |
No description provided.