I am doing a POC here in the company, now we have the scenario described below:
What I would like to do in the first step of the POC:
Any ideas to do it? I am starting using Bamboo...
Hi @Andrecarlossilva ,
What you see in Bamboo's dashboards is something that Bamboo has produced.
If you want to have external data displayed in Bamboo's Dashboard you would need to fetch data from Jenkins (e.g job result, junit test results ...) and make it available in Bamboo through a plugin. In other words, you would need to build a plugin using Atlassian SDK.
If you have all the means to develop a plugin for Bamboo to this purpose, please find the necessary information on how to work with Atlassian SDK on Getting started
Alternatively, you could consider Importing data from Jenkins and for this particular build, having it executed in Bamboo and not in Jenkins, so all the information you require would be available in Bamboo's Dashboard already.
Kind regards,
Rafael
I understand Rafael,
I will try to find a plugin in Jenkins that integrates with Bamboo...
Do you know if I import data from Jenkins, I will have all the history of builds that Jenkins did previously?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrecarlossilva ,
Jenkins build history is kept in Jenkins. Once you run the import in Bamboo, you will start from the beginning, e.g no build triggered, build 1, 2, 3, 4... and so on.
You can find more information on Import data from Jenkins on https://www.youtube.com/watch?v=9SGWRWcJTyA
Kind regards,
Rafael
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.