Details
-
Type:
Suggestion
-
Status: Closed (View Workflow)
-
Resolution: Won't Fix
-
Fix Version/s: None
-
Component/s: Infrastructure, Tasks
-
Labels:None
-
Feedback Policy:
Description
Currently Bamboo supports Script builds in SH and BASH
However it does not allow scripts from ksh, csh, tcsh, zsh to be run directly by an Agent.
A workaround would be to wrap the non-supported script in a supported script.
Example
wrap.sh would contain: /bin/ksh build.sh