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

This commit is contained in:
vladp
2026-03-07 01:36:31 +07:00
parent a46dd54c66
commit 8b7f580b0e
4 changed files with 14 additions and 4 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ pipeline {
steps {
script {
def buildTime = sh(script: "TZ='Asia/Novosibirsk' date '+%d-%m-%Y %H:%M:%S'", returnStdout: true).trim()
def baseUrl = params.SPRING_PROFILE == 'prod' ? 'https://workspace.not-copy.com' : 'https://dev-workspace.not-copy.com'
def baseUrl = params.SPRING_PROFILE == 'prod' ? 'https://workspace.not-copy.com' :
'https://dev-workspace.not-copy.com'
withCredentials([
usernamePassword(
credentialsId: 'server-root-password',