Jenkins is an extensible continuous integration server.
I am running Jenkins 2.0 on my Mac OS X Mavericks machine at work. I'm trying to pull down a repository …
git jenkins jenkins-2I am currently testing the pipeline approach of Jenkins 2.0 to see if it works for the build environment I am …
jenkins jenkins-workflow jenkins-2 jenkinsfileAs we know, Jenkins 2.0 has been released, and it is extending beyond just continuous integration (CI) to continuous delivery (CD). …
jenkins jenkins-pipeline jenkins-2 spinnakerI am working on a Jenkinsfile for use with Jenkins 2.0. The readMavenPom method is not recognized. Is there some configuration …
jenkins jenkins-workflow jenkins-2I have just installed Jenkins 2.6 (as a fresh install) but I can't seem to find the Maven installation options. Previously …
maven jenkins jenkins-plugins jenkins-2I am running the following docker image jenkinsci/jenkins:2.0-rc-1 to try out jenkins 2.0, and the "pipeline" view. I can't …
node.js groovy jenkins-pipeline jenkins-2We have Jenkins 2 set to build every push to github, and we do not use the Pull Request builder (although …
github jenkins jenkins-pipeline jenkins-2I want to emulate the original Jenkins behaviour of doing stuff (like sending out notifications) when builds become unstable / fail …
jenkins-pipeline jenkins-2This option was available when I was on jenkins 1.65. Today I moved to jenkins 2.0 with a fresh install on a …
jenkins jenkins-2java.lang.NoSuchMethodError: No such DSL method 'publishOverSsh' found among steps [archive, bat, build, catchError, checkout, deleteDir, dir, dockerFingerprintFrom, dockerFingerprintRun, …
jenkins jenkins-2