updated file url

This commit is contained in:
2024-10-06 22:44:56 +03:00
parent 08b38c4a42
commit 1f7a40d8a8

2
Jenkinsfile vendored
View File

@@ -19,7 +19,7 @@ pipeline {
} }
stage('Download Latest release') { stage('Download Latest release') {
steps { 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') { stage('Create web game directory') {