Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Bamboo C.I Server be configured to show workspace like Jenkins?

Tags:

bamboo

I am wondering if there is a panel that shows the source code of the project being run, because Jenkins C.I server has this, so I am wondering if Bamboo has it also.

like image 630
Joyce Avatar asked May 29 '12 18:05

Joyce


1 Answers

With Bamboo, its possible to browse the files on the file system if the build has run on the same machine as the server from any job result.

Do you want to browse the source or just want to get at files created by the build? If its the latter, you can capture any files from the working directory using Artifacts.

like image 200
jdumay Avatar answered Sep 29 '22 18:09

jdumay