Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Feb 25, 2024
1 parent 25fa353 commit dc75bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ each of them should do.
config format description to create your own, or use example configs (e.g.
['example-pipeline'](https://github.com/alexanderbazhenoff/universal-wrapper-pipeline-settings/blob/main/settings/example-pipeline.yaml).
You should create pipeline from SCM with the same name as your config file (except name prefix and extension - see
'PipelineNameRegexReplace' in ['Pipeline constants'](#pipeline-constants)) pointed to this repository and code in
'PipelineNameRegexReplace' in ['Pipeline constants'](#pipeline-constants)) configured to fetch this repository and code in
[jenkins-universal-wrapper-pipeline.groovy](jenkins-universal-wrapper-pipeline.groovy) file.
5. Some used methods in pipeline code may require administrators to approve a usage of them (see
["In-process Script Approval"](https://www.jenkins.io/doc/book/managing/script-approval/) in official documentation).
Expand Down
6 changes: 3 additions & 3 deletions README_RUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Jenkins Universal Wrapper Pipeline позволяет создавать multist
- Встроенное получение исходников другого проекта (git).
- Встроенная установка ansible-коллекций.
- Встроенная отправка отчетов (email, или mattermost).
- Запуск ansible playbook'ов, разместив код в описание действия внутри конфигурационного файла. Вы можете так же
- Запуск ansible playbook'ов, разместив код в описание действия внутри конфигурационного файла. Вы можете так же
запускать все, что нужно как скрипт: puppet, terraform и т.д.
- Выбор ноды и перемещение необходимых файлов между ними.
- Работа с файлами-артефактами.
Expand Down Expand Up @@ -65,8 +65,8 @@ Jenkins Universal Wrapper Pipeline позволяет создавать multist
['example-pipeline'](https://github.com/alexanderbazhenoff/universal-wrapper-pipeline-settings/blob/main/settings/example-pipeline.yaml).
Для этого вам нужно создать "pipeline из SCM" (pipeline from SCM) с тем же именем, что и конфигурационный файл
(за исключением префикса имени и расширения - см. 'PipelineNameRegexReplace' в
["Константы pipeline"](#константы-pipeline)), который указывает на этот репозиторий и код в файле
[jenkins-universal-wrapper-pipeline.groovy](jenkins-universal-wrapper-pipeline.groovy).
["Константы pipeline"](#константы-pipeline)), который настроен на получение исходников на этого репозиторий и код в
файле [jenkins-universal-wrapper-pipeline.groovy](jenkins-universal-wrapper-pipeline.groovy).
5. Некоторые используемые в коде pipeline методы могут потребовать администраторов подтвердить их использование (см.
["In-process Script Approval"](https://www.jenkins.io/doc/book/managing/script-approval/) в официально документации).

Expand Down

0 comments on commit dc75bd4

Please sign in to comment.