From 1f7a40d8a8f6af470a4e61dc2b5d5b5c5510e3d7 Mon Sep 17 00:00:00 2001 From: tomchukk Date: Sun, 6 Oct 2024 22:44:56 +0300 Subject: [PATCH] updated file url --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3d2908d..cf4384a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { } stage('Download Latest release') { steps { - sh 'curl -LO https://git.ruff.co.il/amai.ig/otomai/releases/latest/download/Otomai-web.zip' + sh 'curl -LO https://git.ruff.co.il/amai.ig/otomai/releases/download/latest/Otomai-web.zip' } } stage('Create web game directory') {