(New to Bamboo) We have a large project directory tree we want to deploy – which contains compiled C/C++ executable binary files, executable shell scripts, as well as compiled JAVA code. We've got it to compile and to deploy to a remote machine, but none of the C/C++ executables have executable permissions. Ditto for the shell scripts. For the shell scripts, we can commit and pull them from git with executable permissions, so why does Bamboo not follow suit? More importantly, how do we deploy so that our files, C-executable and shell scripts, have executable permissions?
Yes, we've started doing that. But, because we have scripts and executables in a number of places, it is irritating.
Hello Susan,
You can run ssh command to change permissions of file at remote host. More details in documentation https://confluence.atlassian.com/display/BAMBOO/Using+the+SSH+task+in+Bamboo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.