-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BuildFiles arent uploaded correctly #725
Comments
Can you check if you have a .gitignore file that could filter that out? Try to remove it if so and see if that still happen. I don't think "buildfiles" argument should do that but that could be the reason |
even with an empty .gitignore, the files are still not present 🤔 |
Thanks, I will try to repro. |
Example of files in source: Only the smallest one is uploaded on destination: |
Ok I'll try output files thanks |
seems to be the same 🤔 |
the thing is we used them like that:
if I replace
Before we used to see:
I dont know if |
but in any case all dll / so files are missing without Outfiles as well even if it says it's adding them 🤔 |
buildFiles:
- "../../some-path/**;/some-path"
version agent (both machines):
0.2.0-alpha.24114.2
version controller
0.2.0-alpha.24114.2
os: linux ubuntu.20.04-x64
Most of the files are not uploaded. Although in the logs they appeared succesfully uploaded, we receive 200. Only .xml and .conf extensions are uploaded. Other types like dll, .so are never uploaded
The text was updated successfully, but these errors were encountered: