-
-
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
ZohoQEngine Jenkins Plugin #4234
Comments
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.32.7) |
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 |
The Jenkins Security Scan discovered 3 finding(s) 🔍. For every identified issue, please do one of the following:
After addressing the findings through one of the above methods:
Stapler: Missing permission checkYou can find detailed information about this finding here. QEnginePluginBuilder.java#66
QEnginePluginBuilder.java#51
Jenkins: Plaintext password storageYou can find detailed information about this finding here. QEnginePluginBuilder.java#20
|
|
You're doing http requests, you should add support for proxies, you can use ProxyConfiguration to get ready to use httpclient (without the apache classes) |
The way you check the url here is a bit strange. I assume that only http urls will works. but something like |
Yes, you are correct. We can make this configurable; however, we believe that providing the test plan URL from the product side will make it easier for the end user to configure. Additionally, we have multiple data centers (DC) across the globe, which means the domain name will vary for each DC. |
Thank you for pointing out the problem. I will change it as you suggested and will let you know. |
Certainly, @mawinter69, I will make this change as well. |
@mawinter69 I have made all the changes you suggested earlier. Please review and let me know. |
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 |
|
Regarding Freestyle jobs: We developed this plugin for freestyle jobs and configured the build steps itself. Is it necessary to implement SimpleBuildStep? Please excuse me if I am wrong. Regarding Annotation: We have already implemented the "getDisplayName" method in the Builder class. Can you please explain why we need to add an annotation? If it is necessary, can I use "Zoho QEngine Test Plan Execution"? @mawinter69 I will make the other changes and inform you once they are done. Once again thank you so much for your quick reply. |
@mawinter69 I have made the other two changes. I updated the BOM version and removed the method "parseAndVerifyParams." Please verify it. |
/request-security-scan |
The Jenkins Security Scan discovered 1 finding(s) 🔍. For every identified issue, please do one of the following:
After addressing the findings through one of the above methods:
Stapler: Missing permission checkYou can find detailed information about this finding here. QEnginePluginBuilder.java#47
|
/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. |
Yes please implement |
@mawinter69 Thank you for your explanation. I will make the changes and let you know for the review. |
Hi @mawinter69 I have made all the necessary changes. Please review them and let me know your thoughts. |
/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. |
/hosting re-check |
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 |
/hosting host |
Hosting request complete, the code has been forked into the jenkinsci project on GitHub as https://github.com/jenkinsci/zohoqengine-plugin A Jira component named [zohoqengine-plugin](https://issues.jenkins.io/issues/?jql=project+%3D+JENKINS+AND+component+%3D+ zohoqengine-plugin)has also been created with zohoqengine as the default assignee for issues. A pull request has been created against the repository permissions updater to setup release permissions. Additional users can be added by modifying the created file. Please delete your original repository (if there are no other forks), under 'Danger Zone', so that the jenkinsci organization repository is the definitive source for the code. If there are other forks, please contact GitHub support to make the jenkinsci repo the root of the fork network (mention that Jenkins approval was given in support request 569994). Also, please make sure you properly follow the documentation on documenting your plugin so that your plugin is correctly documented. You will also need to do the following in order to push changes and release your plugin:
Welcome aboard! |
@balasankarJ |
@mawinter69 Of course, I will take care of it. Thank you once again! |
@mawinter69 I deleted the old repository, but the Jenkins plugin repository still shows it as forked from another repository. How did this happen? What should I do now? |
please contact GitHub support to make the jenkinsci repo the root of the fork network (mention that Jenkins approval was given in support request 569994) |
ok @mawinter69 |
Repository URL
https://github.com/zohoqengine/jenkins-plugin
New Repository Name
zohoqengine-plugin
Description
The Jenkins integration with Zoho QEngine automates testing within a CI/CD pipeline. By leveraging Jenkins' orchestration capabilities alongside Zoho QEngine's testing expertise, users can seamlessly integrate automated test plans into their continuous integration process. This ensures that every test case change is validated through rigorous testing, enabling early detection of defects and accelerating the delivery of efficient applications or services. Zoho QEngine offers a plugin to automate test execution within the Jenkins Pipeline.
GitHub users to have commit permission
zohoqengine
Jenkins project users to have release permission
zohoqengine
Issue tracker
Jira
The text was updated successfully, but these errors were encountered: