I installed Jenkins in CentOS 6.4 Linux machine. I created user builder. I 
also have installed following plug-ins:

   - Credentials plugin 
   <https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin> 
   - Credentials Binding plugin 
   <https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Binding+Plugin> 
   - Plain Credentials plugin 
   <https://wiki.jenkins-ci.org/display/JENKINS/Plain+Credentials+Plugin> 

but when I run a build job, a file always created by user jenkins. I would 
like to create file by user builder. But when I tried to login as builder, 
add bindings for user builder, etc. The file always created by jenkins, not 
builder.  For example, in build step, I add simple commands,

set +x
cd /mylocaldir
echo "this is a test" > test_file


Then the test_file owned by jenkins:jenkins. How can I create a file by 
user builder?

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a89917c5-d003-4a4c-9171-b1e7bbd507fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to