I get in trouble with file permissions.
If i use the ls -la command inside of the pipline it seems that
- all folders have following rights: drwxrwxrwx
- all files have following rights: -rw-rw-rw-
It seems that it it like this because at the Build Setup the first command is umask 000.
Why is it like this?
Is it possible to change that?