From 6ae911fb1f8eeda7e45a42d1394f3eb2da3ddd18 Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Mon, 6 Nov 2023 14:05:23 +0100
Subject: [PATCH] Updated curl request.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02dad30f9..66ecaa8e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,7 +63,7 @@ trigger_jenkins_build:
   before_script:
     - apk add --no-cache curl jq
   script:
-    - 'curl "https://test-swd-release-service01.geant.org/job/build-python-snapshot/buildWithParameters" \
+    - 'curl "http://test-swd-release-service01.geant.org:8080/job/build-python-snapshot/buildWithParameters" \
               --user $JENKINS_USERNAME:$JENKINS_API_TOKEN \
               --data "PROJECT=geant-service-orchestrator"'
   #  only:
-- 
GitLab