jfrog / jenkins-artifactory-plugin

Jenkins artifactory plugin
http://jenkins-ci.org/
115 stars 186 forks source link

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

Closed Or-Geva closed 4 months ago

Or-Geva commented 4 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: