jenkins-infra / repository-permissions-updater

Artifactory permissions synchronization tool and data set
79 stars 1.05k forks source link

database-mariadb-plugin #3639

Closed jonesbusy closed 11 months ago

jonesbusy commented 11 months ago

Repository URL

https://github.com/jonesbusy/database-mariadb-plugin

New Repository Name

database-mariadb-plugin

Description

See https://github.com/jenkins-infra/repository-permissions-updater/issues/3638

GitHub users to have commit permission

@jonesbusy

Jenkins project users to have release permission

jonesbusy

Issue tracker

GitHub issues

jenkins-cert-app commented 11 months ago

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. It takes ~10 minutes to complete.

Commands The bot will parse all comments, and it will check if any line start with a command. Security team only:
  • /audit-ok => the audit is complete, the hosting can continue :tada:.
  • /audit-skip => the audit is not necessary, the hosting can continue :tada:.
  • /audit-findings => the audit reveals some issues that require corrections :pencil2:.
Anyone:
  • /request-security-scan => the findings from the Jenkins Security Scan were corrected, this command will re-scan your repository :mag:.
  • /audit-review => the findings from the audit were corrected, this command will ping the security team to review the findings :eyes:. It's only applicable when the previous audit required changes.
Only one command can be requested per comment.

(automatically generated message, version: 1.26.21)

github-actions[bot] commented 11 months ago

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

jenkins-cert-app commented 11 months ago

:x: Jenkins Security Scan failed. The Security team was notified about this.

jonesbusy commented 11 months ago

/hosting re-check

github-actions[bot] commented 11 months ago

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

Wadeck commented 11 months ago

Error for the scan:

Could not find artifact io.jenkins.plugins:mariadb-api:jar:3.3.0-1.vd6b_57e1411c2 in repo.jenkins-ci.org (https://repo.jenkins-ci.org/public/)

=> I imagine because https://github.com/jenkins-infra/repository-permissions-updater/issues/3638 is not yet "used".

After a quick manual check, everything is fine.

/audit-ok

jonesbusy commented 11 months ago

@Wadeck Correct, will work after publishing the API plugin. But if you install it on your local maven cache it works

jonesbusy commented 11 months ago

The API is published and tag updated. Plugin should build now on CI

timja commented 11 months ago

Is there a reason you don't have Java 21 in the Jenkinsfile?

jonesbusy commented 11 months ago

@timja No, I've generated with mvn archetype:generate -Dfilter=io.jenkins.archetypes: maybe an old version

Fixed now

NotMyFault commented 11 months ago

@timja No, I've generated with mvn archetype:generate -Dfilter=io.jenkins.archetypes: maybe an old version

Fixed now

I've released a new archetype version just yesterday 😄

timja commented 11 months ago

/hosting host

jenkins-infra-bot commented 11 months ago

Hosting request complete, the code has been forked into the jenkinsci project on GitHub as https://github.com/jenkinsci/database-mariadb-plugin

GitHub issues has been selected for issue tracking and was enabled for the forked repo.

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:

In order for your plugin to be built by the Jenkins CI Infrastructure and check pull requests, please add a Jenkinsfile to the root of your repository with the following content: https://github.com/jenkinsci/archetypes/blob/master/common-files/Jenkinsfile

Welcome aboard!