Problems with copying file to System32 folder through a jenkin job? -



Problems with copying file to System32 folder through a jenkin job? -

i trying re-create .dll file "c:\tests" "c:\windows\system32" re-create command re-create "c:\tests\windows\test.dll" "c:\windows\system32\test.dll"

jenkin job output says file copied , tried printing , checking existence of file in same job , works.

but after job completes , when check file in system32 , file doesn't exists.

what can issue ?? cleanup settings of jenkins ? or permission issue ?

when jenkins executes on filesystem, happens on master or slave node's filesystem, not filesystem of user browing/triggering job.

are sure checking existence of file on same node job ran on?

jenkins jenkins-plugins jenkins-cli jenkins-scriptler

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -