Relative Content

Tag Archive for jenkins

Jenkins checkout scmGit kills ssh agent

I have a Jenkins pipeline that runs on say server “A”. It Pulls code from Server “B” tests it and if the tests are succssful deploys it on server “C” which is a demo server on AWS. The relevant portion of the pipeline snippet is

Recommended methodology for working with shared libraries and Mercurial

I work in a small team of developers who all collaborate on several Zend PHP projects. We are using Mercurial with a collection of upstream repositories, as well as Jenkins for centralized testing and health reports. We want to implement a shared library of common classes, but are struggling with finding a workflow that works well with our current environment.

How often should we launch SONAR analysis?

I successfully installed Jenkins and then Sonar to go with continuous integration. The firsts reports are not that good in term of rules violations ,comments, code duplication …