jenkins-infra / repository-permissions-updater

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

Dynamic workers plugin for Yandex Cloud #3368

Closed demenevai closed 9 months ago

demenevai commented 1 year ago

Repository URL

https://github.com/Software-Cats/jenkins-yandex-cloud

New Repository Name

yandex-cloud-workers-plugin

Description

This plugin provides integration with Jenkins and Yandex Cloud.

Functionality:

Goals solved by the plugin:

GitHub users to have commit permission

@demenevai @petrovvich @Th3Ch3shir3Cat @sam-bondarev

Jenkins project users to have release permission

ademenev sbondarev th3ch3shir3cat petrovich

Issue tracker

GitHub issues

jenkins-infra-bot commented 9 months ago

Hosting request complete, the code has been forked into the jenkinsci project on GitHub as https://github.com/jenkinsci/yandex-cloud-workers-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!