When using Git deploy, on windows agent, the plugin fails to copy any files to the azure deploy directory and deploys and empty function.
This also applies to the azure-app-service-plugin, see JENKINS-62946
It's also a bit weird why there are so many plugins (and duplicated code) that do very similar things rather than I plugin
The problem is that in GitDeployCommand.copyAndAddFiles() the list of files uses Windows slashes () but the sourceDir and repo dir uses unix style slashes so FilePathUtils.trimDirectoryPrefix doesn't work correctly as sourceDir is in unix format and file is in Windows format. I don't know anything about how jenkins handles this and I am a C# windows developer so I am at my limit just to get this far. For now I am going to fix the slashes for my case as a workaround.
I am trying to deploy azure functions( built using NodeJs) and while deploying it shows Your functionapp is using a custom image node|14. Assuming that the image contains the correct framework. Getting site publishing info... Creating archive for current directory... Uploading 210 B []Upload completed successfully.
But I see nothing deployed in the function app in azure *...*can someone please help resolving the issue?
Devalok
added a comment - Hi ,
I am trying to deploy azure functions( built using NodeJs) and while deploying it shows
Your functionapp is using a custom image node|14. Assuming that the image contains the correct framework. Getting site publishing info... Creating archive for current directory... Uploading 210 B []Upload completed successfully.
But I see nothing deployed in the function app in azure *...*can someone please help resolving the issue?
Azure DevOps
Tim Kemp
Votes:
0Vote for this issue
Watchers:
2Start watching this issue
Created:
Updated:
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
Hi ,
I am trying to deploy azure functions( built using NodeJs) and while deploying it shows
Your functionapp is using a custom image node|14. Assuming that the image contains the correct framework. Getting site publishing info... Creating archive for current directory... Uploading 210 B []Upload completed successfully.
But I see nothing deployed in the function app in azure *...*can someone please help resolving the issue?