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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -