added jenkins
This commit is contained in:
Vendored
+2
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user