Skip to content
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

Write buildInfo.property file to agent (slave) instead of master FS #923

Merged
merged 2 commits into from
Feb 18, 2024

Conversation

Or-Geva
Copy link

@Or-Geva Or-Geva commented Feb 15, 2024


In the case we have a Windows Master and Linux Slaves, using usesPlugin flag, the buildinfo.properties file would get generated in master instead of agent/slave.

it turned out that .getCanonicalFile here, makes the buildinfo.properties file path of the master filesystem instead of the slave/agent.

We passed the same stream as encrypting the file to resolve this issue.

Depends on:

@Or-Geva Or-Geva added the safe to test Approve running integration tests on a pull request label Feb 18, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Feb 18, 2024
@Or-Geva Or-Geva merged commit 3e6ce9d into jfrog:master Feb 18, 2024
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants