diff --git a/Jenkinsfile b/Jenkinsfile index e3d9662..15a16f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { [System.IO.Compression.ZipFileExtensions]::CreateEntryFromFile($zip, $_.FullName, $entryName, "Optimal") | Out-Null } $zip.Dispose() - Write-Host "Created deploy.zip with $(($zip = [System.IO.Compression.ZipFile]::OpenRead('deploy.zip'); $zip.Entries.Count; $zip.Dispose())) entries using forward-slash paths" + Write-Host "deploy.zip created with forward-slash entry paths" ''' withCredentials([azureServicePrincipal( credentialsId: 'azure-pcl',