Bamboo CMD tools
Introduction I found useful to configure different tools and batch files as Commands in Bamboo. To support and easily configure my build plans later. There is a basic list of tools and their configuration, also some of them are based on different batch file created by me that you can find in this repo. 7zip It’s always useful to compress stuff and make it available as an artifact for example. You can configure 7zip as a command in Bamboo and use it in your plans. The basic workflow is compress stuff, delete previous zip files (to avoid adding new files to an existing file container) and uncompress stuff. ...