Ajuste no jenkins
Some checks failed
portal-app/astro-app/pipeline/head There was a failure building this commit
Some checks failed
portal-app/astro-app/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d5e41da39d
commit
241a91fa6e
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -4,11 +4,11 @@ pipeline {
|
||||||
environment {
|
environment {
|
||||||
DEPLOY_USER = "jenkins"
|
DEPLOY_USER = "jenkins"
|
||||||
DEPLOY_SERVER = "192.168.1.81"
|
DEPLOY_SERVER = "192.168.1.81"
|
||||||
IMAGE_NAME = "portal-app"
|
IMAGE_NAME = "astro-app"
|
||||||
CONTAINER_NAME = "portal-app"
|
CONTAINER_NAME = "astro-app"
|
||||||
REMOTE_PATH = "/home/jenkins/app"
|
REMOTE_PATH = "/home/jenkins/app"
|
||||||
SONAR_PROJECT_KEY = "portal-app"
|
SONAR_PROJECT_KEY = "astro-app"
|
||||||
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/SEU_WEBHOOK"
|
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/1328166779662372884/YtUDw2ADESmRw1V5xuA9fOF7ZZujXtHpLAzmaQn99TPKI3rfLmH8ApLQw9mn8d9G6dSb"
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue