dev temp set urk
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-03-07 02:43:35 +07:00
parent edec60bf19
commit 2f57a54137
+5 -2
View File
@@ -207,8 +207,11 @@ pipeline {
post {
success {
echo "Deployment successful"
echo "Application URL: http://${params.SERVER}:${params.PORT}"
script {
def appUrl = params.SPRING_PROFILE == 'prod' ? 'https://workspace.not-copy.com' : 'https://dev-workspace.not-copy.com'
echo "Deployment successful"
echo "Application URL: ${appUrl}"
}
}
failure {
echo "Deployment failed for branch ${params.BRANCH} on port ${params.PORT}"