dev async global search
Test Workflow / test (push) Successful in 6s

This commit is contained in:
vladp
2026-03-06 23:52:06 +07:00
parent cfaf8fcf32
commit 7f601fcfb3
5 changed files with 11 additions and 4 deletions
@@ -27,6 +27,11 @@ pipeline {
defaultValue: 'app-network-dev',
description: 'Имя сети (будет создана если не существует)'
)
choice(
name: 'SPRING_PROFILE',
choices: ['dev', 'prod'],
description: 'Профиль Spring для запуска'
)
}
stages {
@@ -73,6 +78,7 @@ pipeline {
steps {
script {
def buildTime = sh(script: "TZ='Asia/Novosibirsk' date '+%d-%m-%Y %H:%M:%S'", returnStdout: true).trim()
def springProfile = params.SPRING_PROFILE
withCredentials([
usernamePassword(
credentialsId: 'server-root-password',
@@ -155,6 +161,7 @@ pipeline {
-e POSTGRES_PORT=5432 \\
-e POSTGRES_HOST=no_copy_${params.PORT} \\
-e FILE_STORAGE_PATH=/data/uploads \\
-e SPRING_PROFILES_ACTIVE=${springProfile} \\
app-backend-${params.PORT}:latest
echo '8. Проверка...'
@@ -14,5 +14,5 @@ public class GlobalSearchStatusResponse {
private Integer progress;
private List<GlobalSearchFileResult> results;
// private List<GlobalSearchFileResult> results;
}
+1 -1
View File
@@ -1,2 +1,2 @@
server:
baseurl: "http://localhost"
baseurl: "dev-workspace.not-copy.com"
+1 -1
View File
@@ -1,2 +1,2 @@
server:
baseurl: "http://92.242.61.23"
baseurl: "workspace.not-copy.com"
+1 -1
View File
@@ -75,7 +75,7 @@ security:
server:
port: ${SERVER_PORT:8080}
baseurl: "http://92.242.61.23"
# baseurl: "http://92.242.61.23"
front:
port: ":2998"
tomcat: