Skip to main content

Posts

Showing posts from 2011

HP ALM 11 upgrade documentation, tutorials and videos (training)

Some ALM 11 upgrade documentation (HP Application Lifecycle Management - Quality Center 11): Documentation HP ALM Upgrade Best Practices     HP ALM Upgrade Manual   HP ALM Upgrade Troubleshooting Guide   Upgrade from quality center 92 to ALM1 Upgrade Assessment Tool  (need HP Passport account)  Videos (Training): Other User Guide  (pdf) Installation Guide  (pdf)  DB best practices PPT from one customer     

Jenkins - how to run one combination in matrix job

Jenkins matrix job run all combinations of defined axis.

Jenkins abort maven jobs without any reason

we had strange problem. Sometimes jenkins aborted maven jobs without reason.

youtube - funny movie on bureaucracy

youtube - great animation music

How to install jenkins slave

Create a slave is simple but instructions in wiki are not so full.

Jenkins error: groovy.lang.MissingPropertyException

I tried to run groovy build step and got below error. This post will describe how I solved the problem. Caught: groovy.lang.MissingPropertyException: No such property: hudson for class: script

FindBugs - how to find the correct exclude filter

findbugs   is important java tool for static code analysis. There is also maven  findbug plugin . The tool write XML report file. Sometimes, there is a need to exclude from the report some detected bug. findbugs can use  filter files  to include or exclude bugs. The maven plugin can use this files using  exclude property . There is simple way to generate that file:

maven video tutorial

maven is great build tool. I found it easier to learn about by first watching basic video tutorials.