Tag Archives: Jenkins

Connect Jenkins to Internal Self-Signed Certificate servers and Configure SSL

Our Jenkins CI server will have to connect to our internal servers such as ldaps, JIRA or IRC etc. These servers will have a self-signed certificate and we will look at how to import these certificates so that Jenkins could … Continue reading

Posted in Java, Programming | Tagged , , , , , , | 2 Comments

Jenkins – How to append to Build Summary from Build Promotions

Jenkins is one of the most widely used continuous integration tools. Jenkins is written in java and the project was forked from Hudson in Feb 2011. Jenkins has a transparent configuration scheme for the build jobs and has a plugin … Continue reading

Posted in Java, Programming | Tagged , | 3 Comments