Skip to content
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

Описать список jenkins-плагинов, необходимых для работы библиотеки #17

Open
nixel2007 opened this issue Jun 17, 2021 · 11 comments
Labels
documentation Improvements or additions to documentation

Comments

@nixel2007
Copy link
Member

No description provided.

@kuzja086
Copy link
Contributor

Может оформить как груви скрипт и добавить докерфайл?пример скрипта докерфайл

@nixel2007
Copy link
Member Author

Возможно. Надо вообще посмотреть подходы с зависимостями у shared lib. С плагинами понятно, а вот тут...

@nixel2007 nixel2007 added the documentation Improvements or additions to documentation label Nov 4, 2021
@ovcharenko-di
Copy link
Contributor

ovcharenko-di commented Dec 17, 2021

Специально развернул Jenkins без плагинов, установил только Docker Swarm Plugin и Copy Artifact Plugin

При запуске задания еще потребовались:

  • Pipeline Utility Steps
  • Allure
  • Node and Label parameter
  • Pipeline: * (не знаю точно, какие нужны, а какие нет)
  • Timestamper

@nixel2007
Copy link
Member Author

Должен быть еще JUnit plugin и SonarQube Scanner for Jenkins

@extreme-sav
Copy link

extreme-sav commented Jun 7, 2023

по вашему списку получилось вот так

Docker Commons
Oracle Java SE Development Kit Installer
Command Agent Launcher
Apache Http Components Client 5.x API
Docker API
Docker Swarm
Copy Artifact
Allure
Pipeline Utility Steps
Node and Label parameter
SonarQube Scanner

добавлю от себя

HTTP Request Plugin

с JUnit plugin не понятно что делать
в документации указано
Using the GUI: From your Jenkins dashboard navigate to Manage Jenkins > Manage Plugins and select the Available tab. Locate this plugin by searching for junit.
ввожу junit и мне выдается большой список всего что содержит junit больше всего по названию подходит
JUnit Attachments
JUnit Realtime Test Reporter
Junit SQL Storage

@nixel2007
Copy link
Member Author

Вот этот еще нужен https://plugins.jenkins.io/workflow-durable-task-step/

Ну и вообще сам workflow/pipeline.

@nixel2007
Copy link
Member Author

Docker Common
Docker API
Docker Swarm

А эти в твоем списке откуда? Библиотека agent provider agnostic, у нее не должно быть зависимостей на докер

@nixel2007
Copy link
Member Author

Oracle Java SE Development Kit Installer

Да и вот этот не нужен тоже

@nixel2007
Copy link
Member Author

Еще возможно есть зависимость на BlueOcean, надо проверить код отправки в телеграм, я там как-то хитро данные чейнджлога выдираю

@extreme-sav
Copy link

extreme-sav commented Jun 7, 2023

Docker Common
Docker API
Docker Swarm

А эти в твоем списке откуда? Библиотека agent provider agnostic, у нее не должно быть зависимостей на докер

Docker Swarm установил, он все остальные подтянул
Docker Commons
Oracle Java SE Development Kit Installer
Command Agent Launcher
Apache Http Components Client 5.x API
Docker API

@nixel2007
Copy link
Member Author

А причём тут библиотека? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants