added jenkins

This commit is contained in:
2026-06-11 11:35:46 +03:00
parent b70ac1899c
commit 1aa39fc4b2
3 changed files with 50 additions and 28 deletions
Vendored
+2 -2
View File
@@ -10,7 +10,7 @@
pipeline {
agent {
label 'Мастер'
label 'мастер'
}
options {
@@ -33,7 +33,7 @@ pipeline {
)
string(
name: 'BACKEND_HEALTH_URL',
defaultValue: 'http://127.0.0.1:8080/api/v1/health',
defaultValue: 'http://127.0.0.1:8202/api/v1/health',
description: 'Проверка после деплоя'
)
booleanParam(