From 2774eaecbf1c0557997ec37d4c0e44966c9a55c6 Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Thu, 2 Oct 2025 10:45:31 +0200 Subject: [PATCH] Aggiornato Jenkinsfile --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 51b09c0b..4c7538b0 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -36,7 +36,7 @@ pipeline { stage('Publish') { steps { - azureUpload allowAnonymousAccess: true, fileShareName: 'storage-ci', filesPath: 'app/build/outputs/apk/release/*', removePrefixPath: 'app/build/outputs/apk/release/', storageCredentialId: '83a86793-c1d6-4776-b20f-1ff652a57fee', storageType: 'filestorage', uploadArtifactsOnlyIfSuccessful: true, verbose: true, virtualPath: 'wms' + azureUpload allowAnonymousAccess: true, fileShareName: 'storage-ci', filesPath: 'app/build/outputs/apk/release/*.apk,app/build/outputs/apk/release/*.txt', removePrefixPath: 'app/build/outputs/apk/release/', storageCredentialId: '83a86793-c1d6-4776-b20f-1ff652a57fee', storageType: 'filestorage', uploadArtifactsOnlyIfSuccessful: true, verbose: true, virtualPath: 'wms' } } }