-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Hosting request for multibranch-pipeline-initial-trigger plugin #3551
Comments
Hello from your friendly Jenkins Hosting Checker It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.
You can re-trigger a check by editing your hosting request or by commenting |
Security audit, information and commands The security team is auditing all the hosting requests, to ensure a better security by default. This message informs you that a Jenkins Security Scan was triggered on your repository. CommandsThe bot will parse all comments, and it will check if any line start with a command. Security team only:
Anyone:
Only one command can be requested per comment. (automatically generated message, version: 1.19.14) |
The Jenkins Security Scan discovered 3 finding(s) 🔍. Once you're done, either re-run the scan with Stapler: Missing POST/RequirePOST annotationYou can find detailed information about this finding here. PipelineTriggerProperty.java#106
PipelineTriggerProperty.java#96
PipelineTriggerProperty.java#86
|
Please recreate your repository using the Jenkins archetype for the maven plugin as base layout: https://www.jenkins.io/doc/developer/tutorial/create/ |
/request-security-scan |
The Jenkins Security Scan did not find anything dangerous with your plugin, congratulations! 🎉 💡 The Security team recommends that you are setting up the scan in your repository by following our guide. |
@NotMyFault I have changed the project layout to maven layout |
/hosting re-check |
Hello from your friendly Jenkins Hosting Checker It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.
You can re-trigger a check by editing your hosting request or by commenting |
/hosting re-check |
Hello from your friendly Jenkins Hosting Checker It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.
You can re-trigger a check by editing your hosting request or by commenting |
Hello from your friendly Jenkins Hosting Checker It looks like you have everything in order for your hosting request. A member of the Jenkins hosting team will check over things that I am not able to check(code review, README content, etc) and process the request as quickly as possible. Thank you for your patience. Hosting team members can host this request with |
What would be a practical use case of this plugin? |
@NotMyFault I use it to load the
When a tag is created it will not have the |
That sounds more like a bug in the pipeline plugin because building with parameters is available for first builds in other job types. I'd recommend filing an issue on Jira with a clear description and steps to replicate. Given you have already investigated into it, don't hesitate to raise a PR. That would be much appreciated. |
@NotMyFault |
I have made changes based on your feedback. |
there's an issue somewhere I think, I believe I remember @jglick saying that this could be fixed for declarative but probably not for scripted. |
One solution that was considered in the past would work only for Declarative (tracked as JENKINS-41929), but would not be straightforward as you would need to fetch A much simpler change which should work transparently for at least the common case of the first build of a “pull request” (or similar concept depending on SCM) would be for Another option would just be to allow users to configure job properties including parameters on the repository folder rather than in SCM. (Would not work for children of an organization folder.)
|
@jglick The initial build will not be triggered when the tag is created. |
Not sure why not; fix that instead. |
Repository URL
https://github.com/joutvhu/multibranch-pipeline-initial-trigger
New Repository Name
multibranch-pipeline-initial-trigger-plugin
Description
This plugin help to trigger the Multi-Branch Pipeline Job after it is created.
GitHub users to have commit permission
@joutvhu
Jenkins project users to have release permission
joutvhu
Issue tracker
GitHub issues
The text was updated successfully, but these errors were encountered: