Continuous Integration monitoring inside an intranet [closed] - continuous-integration

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm thinking about extending our continuous integration framework at work and wanted to know how easy the following would be. Also any pointers as to where to start.
We use an Ant build to build an Oracle Service Bus project and SOAPUI to run automated tests. I want to move over to using Hudson instead of Continuum for continuous integration. I also want better real time monitoring. For example connecting Hudson up to a Twitter like service that can be easily shown on a friendly dashboard for the project.
My only issue is that our network doesn't have a connection to the internet so I can't reuse already built Twitter plugins. Is there a way to set up a (preferably free) Twitter like service on our intranet that can be hooked into Hudson? Has anyone had any experience of this?

For a friendly dashboard for a project, I prefer using Sonar, called from the maven script run by the Jenkin job.
Regarding ClearCase, I monitor issue 8305, for the Jenkin ClearCase plugin to be able to get the right config spec out of a file, instead of copy-paste it in the job directly.

Not exactly what you're asking for, but you can always retrieve the hudson status xml over it's web API.
Here's a simple adobe Flex view of the data:
Hudson -CI Screen saver setup
Of course the Hudson Radiator View Plugin, and the Extreme Feedback plugin are good for this purpose too.

Related

How to do software performance testing at home [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to practice performance testing at home using loadrunner or ibm rational performance tester or jmeter. But for this i need an application on which i can perform testing. Can anyone suggest me such dummy web application on which can do performance testing at home using above tools?
As far as I know, LoadRunner comes with Web Tour Sample Application
For JMeter or Rational Performance Testing evaluation I would suggest to:
Choose any free CMS, E-learning, or E-commerce product i.e.:
Drupal
Moodle
Magento
Install it somewhere in your local intranet
Get hands-on practice with one of the popular solutions which may be useful in the future.
If possible, install the application you're testing on the separate physical or virtual machine, this way you can learn how to collect and analyze server-side performance metrics as they matter.
Dmitri noted that the commercial tools tend to have available a demo environment used as a part of sales demos and training for just this type of education. These demo apps are great for a controlled environment to teach the mechanical concepts on how to use the tools. Beyond that, you want something more, ....real....
Download and install at your home any open source application. SugarCRM is a good one for this type of education. There are plenty of challenges in the app to keep you busy and it will exercise most capabilities in performance testing tools.
When you feel up to it, there is a challenge you will want to try,
http://www.myloadtest.com/training/correlation-challenge/
This is a single user exercise for ensuring that you get a script working. Please do not performance test Stuart's website without explicit written permission or this becomes an undesired denial of services action.
If you are going to use LoadRunner, then by defalut you will get a dummy application provided by HP called - WebToursApplication
Recently I found another dummy banking application by HP called - ZeroBank
Please find the link to this application
http://zero.webappsecurity.com/login.html
Login details are
Login:username
password:password
Hope you got what you are looking for.
So Happy Testing.
In looking around, I found:
*Ability to run tests on load generators on Amazon EC2 Cloud
on
http://community.hpe.com/t5/LoadRunner-Information-and-News/LoadRunner-12-00-Released/td-p/6419972
Here is the Amazon EC2 Cloud Service:
https://aws.amazon.com/ec2/
I'm not sure if this is exactly what you are looking for, but I hope it helps.

Technology stack behind YouTrack and TeamCity [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I would love to know the technology stacks behind YouTrack and TeamCity. Their UX is pretty good.
YouTrack is built using JetBrains MPS, so one can expect a heavy use of DSLs inside for database access, web layer and other routine tasks. DSLs are compiled into Java/JS. There is an interesting case study document, where developers are summarizing their experience with MPS during YouTrack development.
YouTrack uses custom in-house nosql solution as a persistence backend. I was always woundering if they're planning to release it as open source.
From a web layer perspective I found nothing unexpected: JQuery + ton of custom javascript on top of it. Rest API is powered by Oracle Jersey.
As for deployment, one can either run a JAR file, which has an embedded Jetty container inside, or deploy the application inside a Servlet container.
(information is taken from the public sources: articles, conference talks, webinars, etc)

Anyone know of a hosted TeamCity build provider? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm looking to set up a TeamCity server for continuously building a .NET web application. I already have hosting, so I don't want to get a whole new hosting account such as AppHarbor.
I don't maintain my own physical server, nor do I want to.
I also don't want to have to pay $50 or more per month for an entire dedicated Windows machine, just to host TeamCity.
I really don't care if it's slow and on a shared machine, as it's just continuous build which will be running in the background.
I'll want to have the outputs automatically deployed to a server of my choice through FTP.
Is there anyone on the market providing hosted TeamCity environments?
AppVeyor CI provides hosted continuous integration for .NET developers.
Disclaimer: I'm the developer of this service.
If your open source project you can get a free account at Code Better http://codebetter.com/jameskovacs/2009/02/24/announcing-teamcity-codebetter-com/ I don't know of any for non open source.
OnCheckin.com offers Cloud Powered Continuous Deployment for.Net websites and services.
Disclosure: I am the developer and founder of this service.
Just came across BuildBox (now Buildkite) from a tweet from someone I follow. Seems like a suitable solution to this.

Task management for team [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm looking for a web application to manage tasks (not necessary programming-oriented) for a small team. It must be easy to setup and maintain, and I don't look for an SaaS solution. It must offer file upload and mail users in case of a change. There is hundred of solutions available but most are too complex for what we want or are not "stable" (not updated since a long time, not very well programmed). i was wondering if stack overflow's folks have some recommendations...
Try:
lighthouse - http://lighthouseapp.com/
-or-
gemini - http://www.countersoft.com/home.aspx
We had a very similar requirement and after much searching we eventually decided on Redmine.
Does all that you require and more. Setup couldn't be easier if you use one of the Bitnami stacks. We went down the virtual image route as we had a VMWare server - but installers for existing platforms are also available.
I tried Basecamp some time ago but I don't need a web based solution. But it was pretty good.
http://basecamphq.com/
Redmine is a great project management, used by many open source projects. It is also quite actively maintained and really stable.
It's worth mentioning that even though Redmine is software oriented, it can easily be used as a project management software. All you have to do is ignore all the parts about repositories and you have a full-fledged project management software.
http://www.redmine.org/

Project management with bug tracking integrated [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Can someone recommend a hosted solution that answers the following requirements (I have seen other questions but none with these specific requests):
Project management with tasks, wiki, milestones
Bug tracking integrated
Collaborative - suitable for working with external developers
Subversion integration
I know Jira but it seems to be too complex and lacks on the collaboration
Thanks
We use Redmine for project collaboration and bug tracking, and I think it meets all your requirements.
CounterSoft Gemini may work for you.
The key issue is ensuring ALL team members (External or Internal) use the same tool (and stop using email!) for your project management.
Check out ]project-open[. It's an open-source project & portfolio management server that also includes a strong ticket system with dynamic fields, workflows etc. You can also integrate tickets into projects as WBA elements by including a "SLA" (service level agreement - this is specific type of project) as part of a larger projects. The SLA acts as a container for tickets, so that each project can have it's associated bug-tracker. ]po[ also support SVN integration, check http://www.project-open.org/en/package_intranet_cvs_integration for details.
Affiliation note: I'm a member of the ]po[ team.

Resources