-
Notifications
You must be signed in to change notification settings - Fork 56
Execute task on ubuntu #122
Comments
Hi @buckleyGI , The task is working on linux. Could you activate diagnostic logs at the pipeline level (check the checkbox at the bottom when you run the pipeline) and share your logs? |
I confirm that the task does not work on Ubuntu 16.04 with subfolders using recursive pattern. It fails trying to "read" folder as a file. |
Thanks @alexeygt, i’ll take a look. |
I am using |
Hello @qetza The log will contain some sensitive information. I'll sanitize it but how do I get it to you securely? There is no option to send a private message on gihthub. |
Hi @buckleyGI, |
Hi @buckleyGI,
Could you send me your sanitized logs to qetzaco at gmail dote com? Also if you are using yaml files, could you try defining the task with |
Now I see the problem. I'm trying to target any files in the folder with any extension. In your case you target specific files like |
@alexeygt, |
Thanks @qetza ! |
Awesome! Thanks a lot! |
@buckleyGI, do you still have your issue or does the latest vesion fixwed it? |
I have the task working on windows an tried the linux/ubuntu so converting backward slashes to forward slashes. That should do it I think. I get the following error however.
It's searching through the files but gets stuck on linux. Is this a supported scenario and am I forgetting something?
##[error]Failed find: ENOENT: no such file or directory, stat '/home/vsts/work/1/s/Source/Components/Selligent.Components.Albatross.AssetsData/SelligentWebComponent
`pool:
vmImage: 'ubuntu-latest'
steps:
inputs:
targetFiles: '**/ParanaDigital.py'
encoding: 'auto'
writeBOM: true
actionOnMissing: 'warn'
keepToken: false
tokenPrefix: '#{'
tokenSuffix: '}#'`
The text was updated successfully, but these errors were encountered: