Ajuste no jenkins
Some checks failed
portal-app/astro-app/pipeline/head There was a failure building this commit

This commit is contained in:
Rayan 2025-03-28 20:41:38 -04:00
parent d5e41da39d
commit 241a91fa6e

8
Jenkinsfile vendored
View file

@ -4,11 +4,11 @@ pipeline {
environment {
DEPLOY_USER = "jenkins"
DEPLOY_SERVER = "192.168.1.81"
IMAGE_NAME = "portal-app"
CONTAINER_NAME = "portal-app"
IMAGE_NAME = "astro-app"
CONTAINER_NAME = "astro-app"
REMOTE_PATH = "/home/jenkins/app"
SONAR_PROJECT_KEY = "portal-app"
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/SEU_WEBHOOK"
SONAR_PROJECT_KEY = "astro-app"
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/1328166779662372884/YtUDw2ADESmRw1V5xuA9fOF7ZZujXtHpLAzmaQn99TPKI3rfLmH8ApLQw9mn8d9G6dSb"
}
options {