Modify permissions of jenkins user

Hi everyone!
When I create a job, this one have 775 permission:

    drwxrwxr-x 3 jenkins jenkins  36 27 apr 12.09 myjob

How can I do to give a 777 permission to user jenkins?

Thanks
Alessandro

Set umask 0 when starting Jenkins.

It works!
Thank you,
Alessandro