Top "Continuous-integration" questions

Continuous integration (CI) is the building and automated testing of the full software product on a frequent schedule: at least once a day, often several times a day and sometimes as often as after every check in to the version control system.

How to set environment variables in Jenkins?

I would like to be able to do something like: AOEU=$(echo aoeu) and have Jenkins set AOEU=aoeu. The …

jenkins continuous-integration environment-variables
How to choose between Hudson and Jenkins?

It took me an hour or so to work out Hudson has only branched recently (Jan/2011) I have no idea …

continuous-integration hudson jenkins
Jenkins CI Pipeline Scripts not permitted to use method groovy.lang.GroovyObject

I am Using Jenkins 2 for compiling Java Projects, I want to read the version from a pom.xml, I was …

maven jenkins continuous-integration jenkins-pipeline
How do I clone a job in Jenkins?

Jenkins has the Gerrit Plugin in place so that when we do check-ins to Gerrit, Jenkins performs a build and …

git jenkins continuous-integration
Archive the artifacts in Jenkins

Could someone please explain to me the idea of artifacts in the build process? I have the workspace directory where …

continuous-integration hudson archive jenkins artifacts
Jenkins - passing variables between jobs?

I have two jobs in jenkins, both of which need the same parameter. How can I run the first job …

continuous-integration hudson jenkins
Managing SSH keys within Jenkins for Git

I'm trying to get Jenkins up and running with a GitHub hosted repository (using the Jenkins Git plugin). The repository …

git ssh jenkins continuous-integration
Continuous Integration vs. Continuous Delivery vs. Continuous Deployment

What's the difference between these three terms? My university provides the following definitions: Continuous Integration basically just means that the …

continuous-integration continuous-deployment continuous-delivery
mvn clean install vs. deploy vs. release

I am just learning maven, and we have recently needed to go more and more. I would like to know …

maven-2 continuous-integration
Jenkins vs Travis-CI. Which one would you use for a Open Source project?

For my project I need to choose between Jenkins and Travis-CI. I’ve been using Jenkins for years but I’…

jenkins continuous-integration travis-ci