jfrog / jenkins-artifactory-plugin

Jenkins artifactory plugin
http://jenkins-ci.org/
116 stars 189 forks source link

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

Closed Or-Geva closed 9 months ago

Or-Geva commented 9 months ago

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: