-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Dev
I'm trying to deploy on Azure App service using Jenkins pipeline, I'm using Azure app service plugin and Azure Credentials Plugin. previously it is working fine but we upgraded the jenkins version with 2.346 and then we are are getting error while deploying to Azure app service using freestyle and pipeline job. attaching the error screenshot.
similar kind of issue mention in JENKINS-67320.
pipeline code:
{{azureWebAppPublish azureCredentialsId: 'Service Principal',
resourceGroup: '', appName: '',
filePath: '', sourceDirectory: 'target', targetDirectory: 'webapps'}}
{{}}
Jenkins Version: 2.346
Azure app service plugin: 1.0.2
Azure Credentials Plugin: 198.vf9c2fdfde55c