From 871d7c8265dbb7b78c28e37a83a8999af1b851bc Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Wed, 8 Oct 2025 17:53:48 +0200 Subject: [PATCH] Jenkins Test #8 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7f4bf03..1c649dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,7 @@ pipeline { def debugUrl = "${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Debug.zip" def releaseUrl = "${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Release.zip" bat """ - curl -X POST http://host.docker.internal:2500/ci-notify ^ + curl -X POST http://192.168.1.131:2500/ci-notify ^ -H "Content-Type: application/json" ^ -d "{\\"userId\\": \\"378262266723696651\\",\\"status\\": \\"success\\",\\"urls\\":[\\"${debugUrl}\\",\\"${releaseUrl}\\"]}" """ @@ -94,7 +94,7 @@ pipeline { failure { script { bat """ - curl -X POST http://host.docker.internal:2500/ci-notify ^ + curl -X POST http://192.168.1.131:2500/ci-notify ^ -H "Content-Type: application/json" ^ -d "{\\"userId\\": \\"378262266723696651\\",\\"status\\": \\"failure\\",\\"urls\\":[]}" """