ci
#2020
We often dream that things will run faster, or happen sooner than they do so they’re not as annoying. It’s particularly painful, when you have little or no control over the thing you’re waiting for. Time seems to stop and every second feels like an eternity. Multiply that by 10 add 5, divide by 2 […]
CD, ci, jenkins, maven
#2018
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software. Source: Faster Pipelines with the Parallel Test Executor Plugin
CD, ci, jenkins, junit, Pipeline, test
#2009
Today I’m going to show you how easy it is to tune Jenkins Java settings to make your masters more responsive and stable, especially with large heap sizes. ## The Magic Settings: * **Basics:** `-server -XX:+AlwaysPreTouch` Source: Joining the Big Leagues: Tuning Jenkins GC For Responsiveness and Stability | CloudBees Jenkins – memory config – […]
ci, jenkins
#1929
Introduction En général, on ne fait pas trop attention au gestionnaire de sources (SCM) utilisé dans nos projets, mais il est toujours là. Bien connaitre les possibilités fournies par son SCM est très important pour mener à bien nos projets. Dans cet article nous allons voir les particularités de GitFlow, un workflow Source: Gitflow : […]
ci, Git, jenkins, SCM
#411
http://blog.xebia.fr/2013/08/12/les-tests-unitaires-parametriques-avec-junitparams-une-alternative-a-junit-parameterized/
ci, java, junit
#376
Environment Variable Description BUILD_NUMBER The current build number, such as “153” BUILD_ID The current build id, such as “2005-08-22_23-59-59” (YYYY-MM-DD_hh-mm-ss) BUILD_URL The URL where the results of this build can be found (e.g. http://buildserver/jenkins/job/MyJobName/666/) NODE_NAME The name of the node the current build is running on. Equals ‘master’ for master node. JOB_NAME Name of the […]
ci, jenkins
#203
Environment Variable Description BUILD_NUMBER The current build number, such as “153” BUILD_ID The current build id, such as “2005-08-22_23-59-59” (YYYY-MM-DD_hh-mm-ss) BUILD_URL The URL where the results of this build can be found (e.g. http://buildserver/jenkins/job/MyJobName/666/) NODE_NAME The name of the node the current build is running on. Equals ‘master’ for master node. JOB_NAME Name of the […]
ci, hudson, jenkins
#136
ci, maven
#114
ci, jenkins, mail, maven
#112
ci, google, maven