-
New Feature
-
Resolution: Postponed
-
Major
after publishing php files over ftp, we need them to be chmod to 755
i use clean install, and it resets the permissions, that need to be changed manually
can you please provide a checkbox to recursively chmod the dir uploaded with permissions specified?
[JENKINS-13653] chmod after publish over ftp
Workflow | Original: JNJira [ 144120 ] | New: JNJira + In-Review [ 176079 ] |
Assignee | Original: bap [ bap ] | New: Alex Earl [ slide_o_mix ] |
Assignee | Original: Alex Earl [ slide_o_mix ] |
Resolution | New: Postponed [ 6 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
I made a workaround by calling an external project build after completing the build. In the external project build I call an Ant task which performs the chmod for me.
It would be nice to add an option to preserve file/directory permissions on upload.