Script Vs Executable/Command

Julian
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 9, 2013

What's the advantage of using a script file (as a task) over using a .bat file registered as an executable (also as a task)?

Script:

https://confluence.atlassian.com/display/BAMBOO/Script

Executable:

https://confluence.atlassian.com/display/BAMBOO/Custom+command+executable

1 answer

1 accepted

0 votes
Answer accepted
Brent Villalobos
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 9, 2013

An executable is a user-created script that lives on the agent. One advantage is that when a job uses an executible, it becomes a requirement for that job and will only go on agents that can access that executible. Also, since an executible is a file it can be centrally maintained as opposed to script tasks which can be anything. For example, suppose you have some workflow where a task needs to open and read a specific file. You could add that logic to the executible file and push it out to all the agents and any task that uses that command would then start using it. Compare that to script tasks where you would have to go out, find all the script tasks that are implementing that workflow and update them one by one.

Script tasks are great for quickly inserting shell commands into a bamboo job. But if you need more centralized control without writing a new task plugin, executibles work well.

Finally, historically all user-defined functionality was controlled through executibles in earlier versions of Bamboo before tasks were ever implemented.

Julian
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 9, 2013

Thank you Brent!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events